How to make Visual Studio stop "compiling" .js and .css files -


I Use visual studio as my editor for CSS and .js files .. It really saves especially with .js files, because it He is insisting on inducting them very funny, but I find that the first alt-tab always has a browser instead of the other editor, and that ctrl-tab is always either code file or CSS / JS. Anyway, in all their divine knowledge, it decides to check them along with syntax errors, and every time I compile my project, it gives many "errors" that push. Below the actual errors of the compilation, so every time I make a syntax error in the code file, let me see what is wrong, scroll through all JS / CSS errors Right.

Examples of such errors are not actually errors):

 Error 7 Verification (CSS 2.1): 'Text Presentation' is not a known CSS property name. Error 8 Validation (CSS 2.1): 'Opacity' is not a known CSS property name. 

The situation has recently worsened, because for some reason any .js file is now. Css file, so I get such errors:

 Error 1 Expected character sequence styling rule for a selector E: \ dev \ anacletus \ static \ set_focus.js 2 Error 2 Expected character sequence ":" Expected a property name for the manifesto. E: \ dev \ Anaclas \ static \ set_focus.js 3 Error 3 Validation (CSS 2.1): 'Set Focus' is not a known css property name. E: \ Dev \ Anaclas \ Static \ set_focus.js3 

I also removed that particular file from the solution (it's not anywhere anymore), but it keeps parsing anyway.

In short, how can I disable this feature?

Enter option

Tools> Options

If this is not checked, check the "Show all settings" box at the bottom of that window.

In the left side tree, select:

text editor> CSS> CSS specific

uncheck "address of errors Find . Then, select:

text editor> jscript> Miscellaneous

uncheck "Show syntax errors" .

You can also change how it intents each type of code, in various settings in the "Text Editor" sub-option.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -