-
Notifications
You must be signed in to change notification settings - Fork 5
Development tools
Tomáš Effenberger edited this page Dec 17, 2015
·
3 revisions
This page collects useful tools and plugins that can be utilized when developing. They save time and/or make things easier.
TBA
JS files can be linted by make check-frontend
once you think your work is done. This method is quite inefficient in cases like debugging, where on-line linting is desired. Vim has a great plugin called jshlint.vim that does this. Plugin and its installation guide can be found at https://github.com/wookiehangover/jshint.vim.
Note: there is also syntastic Vim plugin, which is more general (works for many languages including Python and JavaScript).