DEV Community

Discussion on: VScode tips on enforcing coding style

Collapse
 
keithdarragh_73 profile image
Keith Darragh

I believe you should be able to do this via a plugin for vscode. Have you checked out this plugin:

It provides code completion as well as code formatting. For other languages there are linters which you can use with vscode. I wouldn't worry about being too granular on rules. I would focus on using an existing standard for your rules. Makes it more common for other developers who may roll onto the project later.