-
Notifications
You must be signed in to change notification settings - Fork 0
Editor
I have always been using brackets as a code editor, but i recently started using Visual Studio Code, since it works really well with a database. It has an build in terminal and it has a lot of downloadable plugins to make the workflow more pleasant. For example, I downloaded the plugin prettier to make the coding experience a lot more flawless. Prettier will fix most of the the little mistakes I make while coding. For example, when i forget to close my javascipt line normally the code editor would give an error but prettier will fix the little issue automatically when I save the document.
Also visual studio code has a integrated terminal in the software, so you don't have to put an external terminal besides the code editor, this also makes the workflow more smooth.
Simon Planje 20/06/2020
