CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2008
    Posts
    90

    Question How to make intellisense quick info for javascript and CSS files to appear in VS 2017

    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 check the screenshots in the links below.

    1) VS Code showing Quick Info for response.cookie() method in JS file:
    https://1drv.ms/u/s!Ava3iL9se3C3gVEZlEHG3GyPrVQa

    2) Visual Studio 2017 not showing Quick Info for the same JS file:
    https://1drv.ms/u/s!Ava3iL9se3C3gU8PqaeTQu-ANlbU

    3) VS Code showing Quick Info for background-attachment property in CSS file:
    https://1drv.ms/u/s!Ava3iL9se3C3gVBW5gvZgLba-OXi

    4) Visual Studio 2017 not showing Quick Info for the same CSS file
    https://1drv.ms/u/s!Ava3iL9se3C3gU6RB4QuMnGC01F1

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: How to make intellisense quick info for javascript and CSS files to appear in VS

    Could you attach your images to your post?
    Victor Nijegorodov

  3. #3
    Join Date
    Sep 2008
    Posts
    90

    Re: How to make intellisense quick info for javascript and CSS files to appear in VS

    @VictorN: Tried to attach the images to my post in the first place, but they didn't appear. Hence, provided with their links. Hope you can view the images by clicking the links.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured