Questions tagged [ide]

Questions about the use of Vim as an integrated development environment for programming

49 questions
11
votes
3 answers

How can I interact with a SQLite or MySQL database?

This might be more suitable for IDE, not for Vim, but still I would appreciate if there was a way that would allow me to connect to either local or remote MySQL/SQLite databases. Is there such a way to do this? I think it could be placed in a split…
user5023350
  • 161
  • 1
  • 4
5
votes
0 answers

Plugin for debugging c/c++/fortran in Vim

I was wondering if anyone know a good (modern) plugin, similar to vdebug, that gives a debugging interface for C/C++/Fortran in Vim. I know about clewn and pyclewn, however, I find these are too bulky and I would much prefer a more simple solution.…
Karl Yngve Lervåg
  • 9,494
  • 25
  • 35
1
vote
1 answer

vim plugins for improved workflow - any like this?

Are there any plugins to check code quality real-time when programming in vim? similar to tools like ReSharper(I imagine, I have only seen them used and never tried them myself) I would be interested in any plugins for refactoring, real-time format…
eternalNoob
  • 121
  • 2
0
votes
2 answers

How can I comment code with a command in Vim

In various editors one can mark a block of code and with a shortcut, comment it right away. Is there a possible way to do it in Vim without an extra plugin? If not, which plugin or script would you suggest?
gon1332
  • 113
  • 5
0
votes
2 answers

Is it possible to make Vim give me suggestions based on the libraries that I have on my system?

Let's say I create a folder called folder on my HOME directory. Let's also say that I enter this folder and create a node.js file called code.js. If I open this file with Visual Studio Code and I start typing a code that uses a library installed on…
raylight
  • 535
  • 1
  • 4
  • 12
0
votes
2 answers

What are the benefits of using Vi or Vim over IDEs and other text editors?

A programmer here. I use my favourite IntelliJ Idea, Notepad++, occasionally Visual Code as it depends whether I program in Java, React or do some automation and scripting. There is a huge hype about Vi/Vim editor as well as internet meme jokes,…