Syntastic is a syntax checking plugin that runs files through external syntax checkers and displays any resulting errors to the user.
11
votes
2answers
6k views
Can't get “Syntastic” vim plugin to work
I've installed Syntastic plugin in vim. I can't get it to work. I've tried :SyntasticEnable but no luck. SyntasticEnable python in my vimrc doesn't work either (in fact, it doesn't even parse the ...
7
votes
3answers
167 views
Checking C# Syntax from the Command Line
Does anyone know of a way in the Microsoft .NET framework to check the syntax, and only the syntax, of a given C# file?
For a little background, what I am interested in doing is setting up syntastic ...
6
votes
1answer
3k views
Syntastic for Vim: What are the required lines in ~/.vimrc? (PHP error checking)
I find the documents frustrating. What are the basic lines I need to add to my config file to get it working?
6
votes
1answer
4k views
How to configure Syntastic with JSHint?
How to use the Syntastic Vim plugin with JSHint to validate JavaScript code?
Environment:
Ubuntu 11.04
VIM - Vi IMproved 7.3
What I have installed, following the solution at VIM + JSLint?:
...
5
votes
0answers
278 views
How can I get syntastic error checking to work with OCaml?
Syntastic works for me in general (say, if I edit C/C++ files then I get syntax error notifications), but I can't get it to show syntax errors for OCaml. My OCaml install seems fine otherwise, and the ...
3
votes
1answer
47 views
Disable pep8 check in syntastic for python files
I work with enough code that does not follow pep8 (that I cannot fix) and would like syntastic to not use the pep8 syntax checker. Any way to disable it?
3
votes
1answer
176 views
Not able to use google closure with syntastic in vim
I have included the following lines in my vimrc file to run syntastic plugin.[closed]
let g:syntastic_mode_map = { 'mode': 'active',
\ 'active_filetypes': [],
...
2
votes
1answer
514 views
How to invalid syntastic check for .html file with vim
Do you know how to check for invalid syntax in an HTML file? I'm using ember.js with syntastic plugin vim plugin and it is producing warnings that make me confused.
2
votes
1answer
64 views
Command line syntax checker for Racket / Scheme
I'm looking for a command-line tool to check the syntax of my Racket / PLT-Scheme code. The purpose of this is to build a syntax-checker for Syntastic Vim plugin.
Has anybody heard of a way?
1
vote
1answer
382 views
Syntastic in Vim claims function might fail to return
EDIT: Syntastic is configured to use JSLint
EDIT2: I am using JavascriptLint, not JSLint
On the below code syntastic warns function inside does not always return a value
function(){
switch(age){
...
1
vote
1answer
193 views
How can I add extra html tags to Syntastic plugin for Vim?
I use a CMS which uses custom tags that are parsed before everything on the page, for example. This can appear in the standard file formats for .html, .php
<v:img for="portfolio" />
and it ...
1
vote
2answers
453 views
How to set up syntastic for vim?
So I git cloned the repository to ~/.vim/bundle and had pathogen installed. I can be sure pathogen works fine since my other plugins in bundle are all working fine. After googling for a while, it ...
1
vote
1answer
192 views
syntastic with python no warnings and error arrows
I have following vimrc, but I do not get arrows for warnings and error from syntastic
like on the picture below
Further more I am not able to use the ruler with set ruler. Why I do not get a ...
1
vote
1answer
456 views
syntastic not working: no errors
I've installed Pathogen, git clone'd the syntastic repo, and tried :Helptags in mvim. However, whenever I type :Helptags, I don't get an error but nothing at all happens. Any idea what might be going ...
1
vote
2answers
160 views
Jump to the errors in the quickfix or location list for the current line in Vim (with Syntastic)
I started using the Syntastic plugin for Vim, which will run a syntax checker on the current buffer and then indicate any lines which have errors. I can open up the list of errors as as a location ...
1
vote
0answers
33 views
Including header files recursively for syntastic
I'm working with a C++ project and trying to configure it to use syntastic. In my project I have a nested directory structure of header files (The actual nested structure is much worse, this is an ...
1
vote
0answers
21 views
Why doesn't Syntastic catch JSON errors?
I just added jsonlint for Syntastic, and it's not catching any syntax errors. flake8 is working fine for Python, and has been for a while, but no jsonlint. Below you'll see the relevant portion of my ...
1
vote
1answer
207 views
quickfix window under vim with syntastic
I have the following vimrc for go. If I press :w I will get
and than I do :make
$ vim closure.go
make: *** No targets specified and no makefile found. Stop.
Press ENTER or type command to ...
1
vote
0answers
242 views
VIM: Syntastic high CPU usage with filetype perl
I use syntastic plugin with vim to check for error's when I save a file using :w.
Today I suddenly observed that when I tried to check my perl file for errors by saving it syntastic took a lot of ...
1
vote
0answers
201 views
Syntastic + Django
I just started developing on Django, and then I thought using the Syntastic syntax checker on it would be a good idea.
The problem is that it complains about some things being wrong when, in fact, ...
0
votes
1answer
2k views
Vim syntastic: How to get signs option working with this plugin?
I know I have Syntastic working because in a test .c file I'll write a line with a missing semicolon and move it around, and the :Errors window reports the correct syntax error location.
However I ...
0
votes
2answers
766 views
Syntastic cpp : fatal error “QApplication: no such file or directory”
not knowing Perl, I am unable to configure syntastic for newer c++ libraries that i experiment on. Vim refused to recognize the header files . here is a program which compiles fine but syntastic shows ...
0
votes
1answer
247 views
Completely exit location list (lcl) created by Syntastic as well the main buffer when using :q, :q! or :wq! in VIM
I'm using Syntastic plugin. I have some files with some errors (Warnings) that I can't change. When I have a file opened with error messages, and I quit the file(buffer) pressing :q, the error ...
0
votes
0answers
25 views
Removing entries from syntastic
I'm working on a project that uses gettext and so end up with a lot of error results in syntastic (using flake8) that say:
undefined name '_'
i don't want to remove W802, but i would like to ...
0
votes
0answers
32 views
Undefined Variable Errors in Syntastic SASS Checker
I use Syntastic to help catch my syntax errors early. It's set to also check any scss but errors for any scss files that reference variables defined in my "_variables.css.scss partial.
I'm ...
0
votes
0answers
101 views
Vim Powerline with Syntastic segment
How do I add a syntastic segment to the powerline footer for Vim? (the new powerline, not vim-powerline) Syntastic docs only say how to add it to the standard Vim footer and I couldn't find how to add ...
0
votes
2answers
114 views
Syntastic not working with MiniBufExplorer vim plugin
First off I'm a windows user using VIM and vundle to manage my plugins.
I have the Syntastic vim plugin (https://github.com/scrooloose/syntastic) and it works great highlighting any syntax errors ...
0
votes
1answer
195 views
Syntastic C make checker not reporting errors
I'm writing C code and was initially using the gcc checker. Errors were reported in the C file. Lots of errors that didn't matter were being reported due to, for instance, no include directory ...
0
votes
0answers
194 views
Undesirable suppression of error messages by Vim/Syntastic
I am using Qt5 with vim/syntastic after altering my .gvimrc to allow reading them from their original locations. The problem I have noticed is that in files where I include Qt libraries, all forms of ...
0
votes
1answer
251 views
Syntastic error and warning symbols
I have syntastic plugin running correctly in vim. I just want to customize it a little more, I am trying to set the properties 'syntastic_warning_symbol' and 'syntastic_error_symbol' to differentiate ...
0
votes
1answer
583 views
Syntastic working in Vim but not in gVim
I have Vim (7.3) installed on a Debian (testing), i recently switched to using gVim more than command line Vim (for the colorschemes and undercurl of misspelled words).
Now I coded some Haskell and ...