Error Highlighting and Intellisense Not Working for JavaScript file - visual-studio-code

Error highlighting and intellisense not working for .js file but .ts in VSCode version 1.18.1

Related

Go to Symbol doesn't seem to work in VSCode for Sass files, how do I get it to work?

I have a .scss file and also I have the Sass extension installed but Go to Symbol... doesn't seem to understand the sass structure. When I type #pre .super i it shows no results. Am I missing some configuration or some extension?

Visual Studio Code: HTML syntax highlighting not working

After reinstalling my system and VSC, I opened my project and found out that syntax highlighting no longer works for me in .html files.
What might be the issue?

How do I enabled syntax highlighting for Jasmine/ Protractor code in VSCode Windows?

How do I enabled syntax highlighting for Jasmine/Protractor/UIveri5 code in VSCode Windows?
No syntax highlighting
With Syntax Highlighting
Install these two vscode plugins:
JavaScript and TypeScript IntelliSense
Jasmine code snippets.
Double check your file extension (should be .js) and the language mode in the lower right of the editor (should be JavaScript)

vscode + highlighting eleventy file

I was wondering what extension I could add to my vscode for .11ty.js files. Here is how the file looks with JS babel:
and with JSTL:

Netbeans IDE: syntax highlight and validation for .sass extension

The Netbeans IDE supports SASS preprocessor, however the .scss extension only. I want to add syntax highlight and syntax validation for .sass extension. Where I should start from?