+ 12
Best Coding IDE for Linux
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 ?
15 Antworten
+ 8
Sublime text i tried it ... In my opinion it's one of the best code editors ! Amlan Saha Kundu
+ 7
Is Eclipse good on Linux?
+ 4
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.
+ 4
Never heared of NeoVim. I use VS Code, good enough for me.
+ 4
Emacs
+ 2
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.
+ 2
Gedit or atom. Personally i prefer gedit.
+ 1
This is very dependent on the language you will be using. What do you plan to do?
+ 1
Eclipse is not bad for Java development, but IntelliJ IDEA by JetBrains is a little better, in my opinion.
+ 1
No matter what OS I beleive its intellij for java pycharm for python .... in short that company makes the best IDE!
+ 1
it also depends on which programming language you are using...
+ 1
WebStorm or PhpStorm as IDE, and Sublime Text as fast editor
+ 1
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]
+ 1
I used Nano for a time, but now I love VIM.
- 2
ai có code hack facebook cho với