|
|
|
|
|
by twunde
3172 days ago
|
|
VisualStudio for any .net language, Jetbrains if they have an IDE for a specific language and for small projects or changes I'll use vim. The main impetus for switching editors/IDEs is when an editor has specific built-in support for a language that your text editor won't (ie support for solution files in .net). This extra functionality becomes much more important when you're less familiar with a language or when you have a large/complex codebase (1M+ LOC) |
|