I started with a BBC B, back in 1983 (I think). Lovely piece of kit.
And I am _so_ not coding in anything other than a lovely IDE. And the thought of going back to actually remembering what method names are called fills me with horror.
Is there such a thing as a lovely IDE? I've yet to find one that doesn't fail on totally basic text editing UI or have a crapton of fiddly buttons with totally mysterious icons. In other words, they all look too much like KDE!
Visual Studio is lovely. Works fine for basic typing, while also allowing me to press a button and go direct to the source of a method call, debug things really nicely, underlining errors, completing variable names, and refactoring code nicely.
I have to freely admit that I really do like VS's debugging, and Intellisense is the best implementation of autocompleting that I've ever seen.
Having said that, it 'feels' wrong to me as an editor, and I almost always work in a language where intellisense would be exactly equivalent to the plain old symbol-name autocomplete that I have in EMACS.
Actually I guess that's not strictly true, I also work a lot in Perl and Python, but in Python I just use dir() in an interactive session and it tells me everything I need to know.
Visual Studio is lovely. I use NetBeans 7 right now, but because it's based on Java, it's dog slow in a way that slow dogs would be embarrassed to be associated with (while still being faster than Eclipse).
I've never found anything I really like for non .NET stuff - instead, I use an IDE until I get to the end of my tether with it, and move onto the next one. I can sort of see why people use vim, although that's always felt like seven shades of awful to me too.
If there was an IDE that just worked for my purposes, and did so well, I'd pay a thousand pounds for it, easily. Until then, a combination of things that don't quite work and Google gets me through.
no subject
And I am _so_ not coding in anything other than a lovely IDE. And the thought of going back to actually remembering what method names are called fills me with horror.
no subject
no subject
no subject
I've tried Eclipse and NetBeans and they're both dire.
no subject
no subject
no subject
no subject
Having said that, it 'feels' wrong to me as an editor, and I almost always work in a language where intellisense would be exactly equivalent to the plain old symbol-name autocomplete that I have in EMACS.
no subject
no subject
I've never found anything I really like for non .NET stuff - instead, I use an IDE until I get to the end of my tether with it, and move onto the next one. I can sort of see why people use vim, although that's always felt like seven shades of awful to me too.
If there was an IDE that just worked for my purposes, and did so well, I'd pay a thousand pounds for it, easily. Until then, a combination of things that don't quite work and Google gets me through.