-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discuss IDEs #12
Comments
None of them |
I think VS is awesome, but there's a lot of VC hate around here to just count this as a vote. Eclipse sucks Lots of people are really happy with an elaborate vim/ST setup. Probably gotta ask them. |
Neither VIM nor ST3 are IDEs, so they don't count, despite being dope for C++ dev. @kBoK does VisualClang++ work yet? |
nah |
Until then 👎 for VS |
Code::Blocks is pretty decent but far from being awesome. I liked Netbean's syntax highlighting but that's pretty much the only thing I liked about it. |
Each time I've heard about C::B was in negative contexts, so 👎 from me on that. |
Vim |
Vim is not an IDE. |
👍 for vim. When you consider the integration of git, autocompletion, build system, docs, it's foolish to say that it's not an IDE. |
It's a text editor, not an IDE. Vim doesn't have autocompletion (nor many other things) in and of itself. |
What's itself? Nobody uses vanilla vim. Nobody uses vanilla eclipse platform either, and then argues that it's not an IDE because it doesn't have the autocompletion plugin if you consider the vanilla version that doesn't have it. IDEs are modular, so a given configuration of vim which does everything an IDE does, is an IDE. |
Should we put vim on the awesome list, let's list the plugins we consider awesome together with it. IOW let the entry be Vim + plugin1 + plugin2 + plugin3 instead of Vim the same way you wouldn't list (for example) Eclipse, only Eclipse CDT. |
Agreed: if the default plagins are not enough, let's list the plugins required to make some IDE/text editor awesome. |
POSIX is my favourite IDE. |
@rightfold instead of rightfolding, can you tell us about the plugins you use for C++? Also summoning @sehe, since he will probably also have a contribution to make. |
@rightfold POSIX is a set of documents, and as such it cannot be an IDE |
Alrighty then, for Vim I like the following plugins: vim-fugitive (git integration), YouCompleteMe (autocompletion, dope with C++) - requires Clang -, NERDTree (embedded file explorer), gundo (operations history tracking), zeavim (zeal integration for offline docs) |
Pizza Vim-fungitive. |
Bestow us your knowledge, @sehe |
QtCreator is okay, but my only experience with it has been inside of a VM. It also frustrated me because it would throw out my configurations for debug/run when I switched the computers which the project file would open on, without fail. That was always fun... |
Vim is not an IDE. But it's better at all the tasks IDEs commonly perform for C++. Clion could have an edge for the future (integrated "visual" debugging and actual refactorings?) |
That we've determined already.
|
Vim is already better. The plugins make it even better. Here's my list roughly (it varies)
|
Frankly the only one that really matters in terms of IDE-fähigkeiten is YouCompleteMe |
Which IDEs will go to the awesome list?
The text was updated successfully, but these errors were encountered: