I use Visual Studio Code version 1.0.0 and edit the html file (this is actually a * .asp file, but html is automatically selected as the language on the right side of the status bar). When I place the cursor, for example, the class name css and press Ctrl + Shift + O, the message "Unfortunately, we do not have symbolic information for the file." This is also true if I put the cursor in the javascript function name.
FWIW, my css files are included using "
What is required for VSC to define functions?
Thank!
source
share