Hi all, is there any way I can modify that when i type (in Java)
if (then press tab for autocomplete)
i get
if () {
}
can i modify it so i can get instead
if ()
{
}
Many thanks!
Hi all, is there any way I can modify that when i type (in Java)
if (then press tab for autocomplete)
i get
if () {
}
can i modify it so i can get instead
if ()
{
}
Many thanks!
This seems useful. Although I don’t know what to do with it.
(I’ve used snippets before though)
You can open the .\Packages\Java.sublime-package file as a ZIP, then edit the desired snippets/completions therein. When done repackage as ZIP and rename with *.sublime-package.
Maybe also clear the .\Data\Cache.
THANK YOU
in java its a bit different (java is not the same as javascript)
I simply modified
for.sublime-snippet
else-if.sublime-snippet
if.sublime-snippet
which are in .\Packages\Java and it worked
thanks