Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the most important IDE features missing in Vim?

I have been programming almost exclusively in Vim since 1/1/2001, and I feel that Vim fulfulls all my needs as an editor/IDE, but I can't help but wonder if perhaps there have been some new killer features developed for other IDEs in the last decade that would allow me to be more productive than I can be using Vim. So I ask: What are the most important IDE features missing in Vim??

like image 517
too much php Avatar asked Dec 02 '22 06:12

too much php


1 Answers

  1. Integrated debugging with all the fanciness that Visual Studio/Eclipse provide (thread debugging, etc etc)
  2. Autocomplete with inline documentation support for methods/properties
  3. Build and run from 'within' the editor application
like image 81
psychotik Avatar answered Dec 19 '22 12:12

psychotik