DEV Community

Discussion on: IDE-isms - How does your IDE affect your coding style?

Collapse
 
danielfavand profile image
Daniel Favand

For myself I don't know if it's the IDE itself (VS Code) but actually taking the time to set up linting plugins (actually just eslint) has definitely changed (standardized, if not improved) my style. I need to find a good guide to programming js with VS Code because I'd like to take advantage of feaures like intellisense for my modules and automagical beautification.