i just started using live templates in webstorm.. ...
# suitescript
c
i just started using live templates in webstorm.. THAT definitely feels like cheating if you can get enough useful ones
g
Live templates? Sorry just new to WebStorm. I’m used to Eclipse
c
live templates = code snippets that you can just type keywords for and expand
c
Oh my god thank you for this @creece live templates are so useful!
c
yeah i have one for searches
so I just type "ns" and pick the code snippets from the list and press enter and it injects the code snippet
the even nicer thing is you can export everything and give it to your team OR just upload the settings to a repository and the entire team can pull from the repo (i think it auto updates but im looking into it)
c
Yeah I have a snippet for search results building and one for checking an array of values for null or empty strings. Added to live templates now 😄