|
|
|
|
|
by lugg
4512 days ago
|
|
Visual studio has to be the best ide I've ever had the pleasure of using. Sadly I'm not much of a fan of Microsoft or its technologies (C# is great if you're into that sort of thing.) For me its all pretty simple, ides in Linux or Mac get in my way. That is the only reason. Sublime, vim. They take learning, yes you have to spend hours configuring over their lifetime of usage, yes you have to have a core understanding about how they work. But its worth it. They're fast - like blistering fast. Once they're setup to my liking: they get right the fuck out my way and take a back seat to writing code. They do exactly what I expect, and they do it exactly how I told them to do it. (Can you tell I'm a developer yet) They dont bug me about my syntax mid thought, they wait till I'm done and save or consciously call on them for a clean up. Also as a personal opinion and an anecdotal one at that: eclipse and netbeans are pretty ugly, menu systems and configuration is done in XML. Why would any human want anything to do with that kind of thing? BTW I'd have something to say about xcode but its still loading... |
|
- Which classes implement this interface ?
- What was the namespace of that class again ?
- take me to the definition of this (in a different file)
- show me uses of this function across the entire codebase
Yes you can also do all of that with some nifty search action in Sublime, but i don't think its as efficient.
When you work for example with a node or angular project that doesnt matter, i am happy with Sublime there, but i currently built a huge application on top of symfony2 in php with tons of third party libraries and in that case it just doesnt work well.