Do you think, "NeoVim" is the best coding IDE for linux ? If not, what's the best all purpose IDE you will choose for linux ?
4/6/2019 6:18:25 AM
Amlan Saha Kundu15 Answers
New AnswerSublime text i tried it ... In my opinion it's one of the best code editors ! Amlan Saha Kundu
Visual Studio Code. Developed a web application, in the .js file, I created class in the old manner: function N(n) { this.n = n; } VSC proposed to change the class definition, I agreed: class N { constructor(n) { this.n = n; } } I like it.
Right now I’m using Atom. Its not an IDE but a an open source text editor thats 100% hackable and theres countless extendable packages that make it work like an IDE. Its also free.
Eclipse is not bad for Java development, but IntelliJ IDEA by JetBrains is a little better, in my opinion.
No matter what OS I beleive its intellij for java pycharm for python .... in short that company makes the best IDE!
Uff.. is a very personal question... I don't know if you tried vim, you have to try it. Is a very powerful tool. If you enjoy using vim you can use it everywhere, also in the biggest IDEs. After that, if you like to customize your thinks, you can build your own IDE with VIM or NeoVIM. They are VERY customizables and have a LOT of plugins. I hope it helps you, and sorry for my bad English 😄 P/D: I have to add I love IntelliJ Idea IDE for Java or Android (Studio) [with vim plugin obviously]
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message