6 ms·
> 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?scr
by jrogers65 14y ago
> 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 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/ http://eclim.org/
- pekk 14y agoFor 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.
- luckystarr 14y agoJedi is pretty good actually. Initially it would sometimes be slow and mess up buffers, but that didn't happen for a long time.
- reyan 14y ago> http://www.vim.org/scripts/script.php?script_id=2937 http://www.vim.org/scripts/script.php?script_id=2937 This one doesn't need gVim, with rgb() and rgba() support https://github.com/ap/vim-css-color https://github.com/ap/vim-css-color
- recuter 14y agoIs there a nice sublime plugin for this perhaps? A very excellent idea.
- rplnt 14y agoLiveCSS.
- statico 14y agoThanks for the CSS script link!
- yurifury 14y agoI would suggest using the https://github.com/ap/vim-css-color https://github.com/ap/vim-css-color instead.
- zhxgigi 14y agoSmart completion is fine to me, but the refactoring is a potential problems. It seems there isn't an open source refactoring tools as good as PyCharm for python.