How to make Intellisense Quick Info for JavaScript and CSS files to appear in Visual Studio 2017?

priyamtheone 21 Reputation points
2022-03-31T18:39:52.677+00:00

In Microsoft Visual Studio Professional 2017, when I edit a JavaScript or CSS file, the Intellisense Quick Info for Members, Objects and other keywords don't appear. However, when I open the same files in Visual Studio Code 1.66.0, Intellisense Quick Info is shown properly. This results in me failing to interpret the significance of JS and CSS functions and keywords, hence, causing a ream of inconvenience to me. Why is this happening and how can I make Quick Info appear properly for JS and CSS files in Visual Studio 2017? Any help on this matter is greatly complimented.

Regards

Please take a look at the screenshots below:

VS Code showing Quick Info for response.cookie() method in JS file
188858-vs-code-js.jpg

Visual Studio 2017 not showing Quick Info for the same JS file
188903-vs-2017-js.jpg

VS Code showing Quick Info for background-attachment property in CSS file
188941-vs-code-css.jpg

Visual Studio 2017 not showing Quick Info for the same CSS file
188860-vs-2017-css.jpg

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,448 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.