Support snippets for VS Code extensions running in a Che Theia sidecar
See original GitHub issueDescribe the bug
In Java files, the code snippet (to generate try catch block) try_catch
is not working
Che version
- latest
Steps to reproduce
- Start a Java workspace with a Java project (any of the getting started)
- Open a Java file
- type
try
andCtrl+space
inside a method
Expected behavior
Expected to have the try_catch
like in VSCode:
But had no try_catch
code snippet 😦
Runtime
- Openshift 4.3 and che.openshift.io
Issue Analytics
- State:
- Created 3 years ago
- Comments:22 (16 by maintainers)
Top Results From Across the Web
Using VS Code extensions in Eclipse Theia and Che
This article describes how to install VS Code extensions into the Eclipse Theia IDE and Eclipse Che.
Read more >Handling Multiple/Remote Plugin Hosts - Theia Community
The issue # Snippets don't work when Plugin Host is not colocated with Back End is an example of where this assumption breaks...
Read more >Chapter 4. Customizing developer environments
The APIs are compatible with Visual Studio Code extension APIs. Usually, Che-Theia can run VS Code extensions as its own plug-ins.
Read more >Managing Extensions in Visual Studio Code
VS Code extensions let you add languages, debuggers, and tools to your installation to support your development workflow. VS Code's rich extensibility model ......
Read more >Move your VS Code extension into Eclipse Che
How sidecar endpoint is working ? FROM eclipse/che-theia-endpoint-runtime:next. RUN apk --no-cache add openjdk11 -repository=http ...
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
@PrasangAPrajapati no, that directory is random. And anyway…you’d have to copy it to the theia container somehow. I suggest waiting until we have the PR from @akosyakov merged and can fix it correctly. Hopefully some within 2 weeks.
Btw: thx for the hint: I can observe in the debugger that the file referenced in package.json is not properly resolved. So we may be looking at two bugs, not one 😉