zlacker

[return to "Screenshots from developers: 2002 vs. 2015"]
1. henghe+D3[view] [source] 2015-12-12 14:04:39
>>quanti+(OP)
I don't do a whole lot of software (got caught up on the hardware side of things), but one thing I'm noticing is that nobody makes extensive use of "advanced" IDE features as in eclipse or visual Studio.

Is this personal taste, or has it to do with the scope of the projects these guys are working on?

◧◩
2. Brando+i4[view] [source] 2015-12-12 14:16:35
>>henghe+D3
I wouldn't jump to that conclusion unless I observed how people use it in real-time.

For verbose languages, you can't beat auto-completion and auto-import.

◧◩◪
3. cresha+v4[view] [source] 2015-12-12 14:19:17
>>Brando+i4
> For verbose languages, you can't beat auto-completion and auto-import.

And you can get both in vim, emacs, etc. The lines between those and full IDEs are blurry with the right (or wrong) amount of plugins.

◧◩◪◨
4. simula+26[view] [source] 2015-12-12 14:53:36
>>cresha+v4
Not all auto-completions are equal. I have felt that Intellij's auto-completion is far superior to vim's YouCompleteMe.

There are many other advantages like out of the box support for a lot of common use cases like refactoring, navigation, build tool support, reuse common shortcuts like Control-C Control-V for copy-paste etc.

I would definitely advice new engineers coming into languages like Java to pick up an IDE like Intellij instead of vim.

[go to top]