Development tools - adaptive-learning/flocs GitHub Wiki

Development tools

This page collects useful tools and plugins that can be utilized when developing. They save time and/or make things easier.

Vim

TBA

JavaScript linting

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).