Tuesday, May 14, 2013

Re: gVim - Integrated development environment

On 14 May 2013, <contact.opc0de.fr@gmail.com> wrote:
> Hi,
>
> I write sources codes in differents languages, and I'm looking for
> several things about gVim:
>
> A plugin to create and manage my projects as an IDE (Visual Studio).

If you absolutely must use a huge, slow, buggy, convoluted machinery
to accomplish some simple tasks:

http://eclim.org/

> A plugin to use GDB and also to put Breakpoints from the lines of
> sources codes in gVim.

You might consider doing it the other way around, with a GDB
frontend that runs (g)vim when necessary:

http://www.gnu.org/software/ddd/

But, again, if you must do it from Vim:

http://pyclewn.sourceforge.net/

(also see there for other similar projects).

> A plugin for the completion of sources codes, for example for
> functions and vars from libc, for functions and vars from extern lib
> and from my own sources files.

If the builtin completion is not enough for you, there are plenty of
plugins around, ranging from nice and simple to huge, slow, and complex.
Some popular choices:

https://github.com/msanders/snipmate.vim
http://www.vim.org/scripts/script.php?script_id=1879
https://github.com/c9s/perlomni.vim

> A plugin to build/compile a project.

The builtin make / quickfix works fine, but perhaps also take a look
at Syntastic:

https://github.com/scrooloose/syntastic

/lcd

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: