Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
IntelliJ for coding Java and VS Code for reading/editing random stuff in random files.
-
Mostly IntelliJ, but I'm happy to pay for the full Individual licensed JetBrains All Products Pack. It's a bite for the first 2 years for the, but it's well worth paying for, especially since you can legally use the Individual license for anything at work as well as personal projects.
-
@lamka02sk VS Code didn't start out as an IDE, but between the built in refactoring support, debugging and source control extensions I think it's safe to say it's pretty much evolved into one capable of supporting a number of languages:
https://code.visualstudio.com/docs/...
https://code.visualstudio.com/docs/...
https://code.visualstudio.com/docs/... -
In terms of text editor, Vim all the way. My CS 150 instructor MADE us learn vi (as in there were quizzes and assignments the 1st week before we started writing C code). His argument was "you will find vi on every *NIX system you drop into, and every *NIX system uses text files to administer. Get used to it, get over it. You'll thank me later."
-
LLAMS37484yIntelliJ for Java, VS Code for everything else.
Vim if Im already in the terminal and need to make a tiny change to a file (I’m not very good at remembering keyboard shortcuts lol) -
Voxera115854y@lamka02sk vscode is more ide than text editor, and with dome extensions you can get almost the same functionality.
But just out of the box its not an ide. -
Voxera115854y@xMadxHatterx thats sadly not true any more, I have encountered systems with only nano :/
-
Used VSCode for a while (I mainly do PHP and JS), now swapped to IntelliJ Ultimate which works fine (except the retarded "SHIFT + F6" to rename a file/folder that you cannot change)
-
I don't use IDEs, just text editors. Notepadqq and Xed under Linux, or Notepad++ under Windows.
-
PsyVeteran04yJet Brains - Everything
Notepad++
VS Code
and I am not ashamed to say nano with syntax highlighting. -
I don't have a favourite IDE as long as it works. For C/C++ alone i had at least 5 different IDEs, and they all worked okay.
But i have to admit, that the jetbrains ones are quite good. -
VSCode for almost everything. It has plenty of flaws but it's really fast, supports many languages and I like (/got used to?) the command system.
-
VSCode has
Code editing
Code actions like project-wide rename
SCM integration
A test runner
A db explorer
A debugger
I don't know about you but I don't really use more from more advanced IDEs either so to me it's just as much an IDE as Visual Studio minus the coffee break between clicking the icon and starting work. -
I use Visual Studio 2019 for C# because of the level of integration and debugging tools, Eclipse for Java because I dont have a choice, and VSCode for everything else. VSCode is in my opinion the best IDE/TextEditor. Just the level of customizability and Microsofts no-nonsense Shortcuts makes it so much better than everything else.
What IDE do you all use?
question