Ask HN: Beside Java what languages have a strong tooling/IDE ecosystem on Linux?
I am mainly a C++ developer (which has doesnt really have any great IDE on linux). I am starting a new project, would prefer not to do it in java, but would also like to have something like intelliJ/visual studio.
7 comments
[ 7.3 ms ] story [ 85.2 ms ] threadhttps://blog.qt.io/blog/2016/08/25/qt-creator-4-1-0-released...
- JetBrains makes several cross-platform, language-dedicated IDEs, like IntelliJ IDEA (JVM langs), PhpStorm, PyCharm (Python), RubyMine, WebStorm (JS), CLion (C, C++)
- Eclipse is very modular and there are plugins for just about anything, including languages. You can probably find extensions that support the language of your choice.
- Some IDEs use leverage Eclipse as a base and provide their own experience, like Aptana Studio (Python, Ruby, PHP)
- Monodevelop is a solid alternative for C# and dotnet langs
- IDLE/IDLE3 is included with Python