You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to create my own code snippets for auto completion in Java.
In the VSCode Documentaition I can read: Create your own snippets You can easily define your own snippets without any extension. To create or edit your own snippets, select User Snippets under File > Preferences (Code > Preferences on macOS), and then select the language (by language identifier) for which the snippets should appear, or the New Global Snippets file option if they should appear for all languages. VS Code manages the creation and refreshing of the underlying snippets file(s) for you. https://code.visualstudio.com/docs/editor/userdefinedsnippets
But I cannot find a similar thing in Theia. How do I create code snippets?
Thanks!
The text was updated successfully, but these errors were encountered:
che-bot
added
the
status/need-triage
An issue that needs to be prioritized by the curator responsible for the triage. See https://github.
label
Sep 11, 2019
Hi, I want to create my own code snippets for auto completion in Java.
In the VSCode Documentaition I can read:
Create your own snippets You can easily define your own snippets without any extension. To create or edit your own snippets, select User Snippets under File > Preferences (Code > Preferences on macOS), and then select the language (by language identifier) for which the snippets should appear, or the New Global Snippets file option if they should appear for all languages. VS Code manages the creation and refreshing of the underlying snippets file(s) for you.
https://code.visualstudio.com/docs/editor/userdefinedsnippets
But I cannot find a similar thing in Theia. How do I create code snippets?
Thanks!
The text was updated successfully, but these errors were encountered: