Home > database >  which is more usefull to you as a frontend web developer vscode or atom?
which is more usefull to you as a frontend web developer vscode or atom?

Time:12-05

which is more usefull for for you as a frontend web developer vscode or atom.

what do you think is a better place to start for some one new to code?

CodePudding user response:

While I don't think this is what the site is for, I think that it depends on your usecase. For example, if you are hell bent on not using an IDE (some people are that way for some reason), then VSCode is where you should go. However, if you are using a proper IDE like webstorm and just need a text editor for experiments/quick stuff then I would go with Atom. I personally recommend an IDE Atom or Notepad on windows but really text editors are also about feel. Best way to learn what works for you is to try them :)

CodePudding user response:

Neovim with CoC.

You get the speed of a text editor, with all the benefits of an IDE.

  • Related