Changes between Version 60 and Version 61 of UsingVimWithDjango
- Timestamp:
- Apr 10, 2014, 2:45:19 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingVimWithDjango
v60 v61 138 138 [https://github.com/scrooloose/syntastic Syntastic] is a syntax checking plugin that runs files through external syntax checkers and displays any resulting errors to the user. This can be done on demand, or automatically as files are saved. If syntax errors are detected, the user is notified and is happy because they didn't have to compile their code or execute their script to find them. 139 139 140 141 == Vim/IDE ==142 === PIDA ===143 144 Although this is not Django-specific (I don't think some of the other stuff in here is very Django-specific either), [http://pida.co.uk PIDA] looks like a pretty nice IDE environment for VIM+Python, which would therefore help you out in Django :).145 146 140 == Mappings == 147 141