Add support for C/C++
See original GitHub issueDescription
We should have support for C/C++ out of the box in Eclipse Che.
The work would consist in integrating existing C/C++ language server and provide default stack for it.
- Ensure VS Code extensions [1] works with local Theia
- Compare [3] [4] with VS Code extension [1] https://github.com/eclipse/che/issues/13698#issuecomment-515403416
- Build and host vsix package for [3] [4] https://github.com/che-incubator/che-cpptools
- dockerfile
- Devfile
- Che plugin
- Exclude
@theia/cpp
extension - Update Language support troubleshooting document [2]
- Update getting-started factories
- Go to definition feature doesn’t work
- Theia can’t open files located in a sidecar container https://github.com/eclipse/che/issues/13614
Reference: [1] https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools [2] https://docs.google.com/document/d/182PBN5LBNTlbhsqqsb5QHg9t5HNK3rSLrnIMPSGjyN0/edit#heading=h.tyhhnnuon2rs [3] https://github.com/eclipse-cdt/cdt-vscode [4] https://github.com/eclipse-cdt/cdt-gdb-vscode
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:19 (18 by maintainers)
Top Results From Across the Web
Getting started with CC and followers for admins - Zendesk help
Use this article to help you get started with your CCs and followers setup. This is a guide to help you make sure...
Read more >D8: Add support for CC and BCC recipients [#2881577] - Drupal
In MandrillMail.php, the following lines could be updated to incorporate CC and BCC recipients from mail headers: // Extract an array of ...
Read more >Add Email CC and BCC on Invoices - Invoice2go Support
Click on your Company name in the upper right corner · Click on Account & settings · Under the Settings section, click on...
Read more >Creative Commons - YouTube Help
You can still add attribution to your videos by updating your video descrip. ... YouTube allows creators to mark their videos with a...
Read more >Put others as CC to a ticket - TeamViewer Support
If the email address is not found in the drop-down list it can be added as CC and be visible in CC input...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
from @ferdaarikan: We should also reach out to: https://github.com/eclipse-cdt/cdt-vscode and check if they would be interested to publish the CDT VS Code extension to Che.
Here is the devfile for the testing purpose to play with c/c++ tools