i just started using live templates in webstorm.. THAT definitely feels like cheating if you can get enough useful ones
g
gnuwolf
05/15/2019, 2:52 PM
Live templates? Sorry just new to WebStorm. I’m used to Eclipse
c
creece
05/15/2019, 2:57 PM
live templates = code snippets that you can just type keywords for and expand
c
CraigyD
05/15/2019, 3:24 PM
Oh my god thank you for this @creece live templates are so useful!
c
creece
05/15/2019, 3:27 PM
yeah i have one for searches
creece
05/15/2019, 3:28 PM
so I just type "ns" and pick the code snippets from the list and press enter and it injects the code snippet
creece
05/15/2019, 3:28 PM
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
CraigyD
05/16/2019, 8:17 AM
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 😄