'Console log not autocompleting after using snippet in VSCode
var test = "hello"
// Manually texting
console.log(t --> suggest "test"
// Using snippet clog
console.log(t) --> no suggestions
// Snippet
"Console log": {
"prefix": "clog",
"body": "console.log($1)",
"description": "Console log"
}
Is it possible to make suggestions AND user snippets working along?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
