Vim After 11 Years
statico.github.com
Vim After 11 Years
1–10 of 254 posts
Re: Vim After 11 Years
#2http://www.vim.org/scripts/script.php?script_id=2937
> The biggest hole, however, is the lack of refactoring and smart completion.
Re: Vim After 11 Years
#3Re: Vim After 11 Years
#4> Emacs has a useful mode which highlights hexidecimal colors in CSS and SASS with the color represented by the text. http://www.vim.org/scripts/script.php?script_id=2937 > The biggest hole, however, is the lack of refactoring and smart completion. http://eclim.org/
Re: Vim After 11 Years
#5Re: Vim After 11 Years
#6netrw comes by default. No need to install NERDTree.
Re: Vim After 11 Years
#7> Emacs has a useful mode which highlights hexidecimal colors in CSS and SASS with the color represented by the text. http://www.vim.org/scripts/script.php?script_id=2937 > The biggest hole, however, is the lack of refactoring and smart completion. http://eclim.org/
For Python, there is a choice of the jedi library or the rope library to do refactoring and smart completion. This in addition to ctags and the like. I imagine other languages have similar things.
Re: Vim After 11 Years
#8netrw comes by default. No need to install NERDTree.