-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Completion should provide code snippets (sysout/syserr/...) #977
Comments
this is not a jdt.ls issue, as that snippet comes directly from vscode-java. It is pretty dumb and blindly injects the full snippet at the cursor location. |
Would love to see systrace exposed to jdt.ls too: https://twitter.com/EclipseJavaIDE/status/1113723686148767744 |
The core template engine code is placed at jdt.ui bundle.
To reuse it in jdt.ls, need refactor the upstream code first. Currently, the template code is mixed with some of ui logic, it takes a certain of effort to decouple the ui. |
@jdneo is working on this. |
Yes I'm now moving the related code from |
See image. This was reproduced on che.openshift.io but it seems that that doesn't make a difference.
The text was updated successfully, but these errors were encountered: