DEV Community

Discussion on: Which editor/IDE do you use and why?

Collapse
 
delta_maniac profile image
Harikrishnan Menon

I predominantly code in PHP, and yes i use VIM, mostly because i wanted to learn how to use a modal editor and it integrate well with TMUX terminal.

Hell I even Debug PHP in VIM. :)

Plugins Used:

ctrl-p : Fuzzy file, buffer, mru, tag, etc finder.
indent-line : For line indentation and whitespace characters
nerdtree : To view the project structure tree
syntastic : Check syntax error on save
tagbar : A class outline viewer for Vim
vdebug : A beautifully written powerful plugin for debugging in Vim
vim-fugitive : Awesome git wrapper for Vim (must have plugin)
YouCompleteMe : Intellisense