Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

enable bootstrap intellisence vs code

{
    "editor.quickSuggestions": {
        "comments": false, // <- no 24x7 IntelliSense in comments
        "strings": true, // but in strings and the other parts of source files
        "other": true
    }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #enable #bootstrap #intellisence #code
ADD COMMENT
Topic
Name
2+1 =