Snippets in JCIDE 6
Posted: Tue Sep 22, 2020 4:39 am
Code snippets are templates that make it easier to enter repeating code patterns, such as loops or conditional-statements.
In JCIDE, snippets appear in IntelliSense (Ctrl+Space) mixed with other suggestions, as well as in a dedicated snippet picker (Insert Snippet in the Command Palette). There is also support for tab-completion: type a snippet prefix (trigger text), and press Tab to insert a snippet.
All snippets come from JDT.LS. https://github.com/eclipse/eclipse.jdt.ls
In JCIDE, snippets appear in IntelliSense (Ctrl+Space) mixed with other suggestions, as well as in a dedicated snippet picker (Insert Snippet in the Command Palette). There is also support for tab-completion: type a snippet prefix (trigger text), and press Tab to insert a snippet.
All snippets come from JDT.LS. https://github.com/eclipse/eclipse.jdt.ls