python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How can we make multiple Boiler plate for c++ in Visusal Studio Code
i have made a boiler plate for cpp like
{
// Place your snippets for cpp here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to...

MOHIT RANA
Votes: 0
Answers: 1
Shortcut to create a Java Object in Vscode
Is there a keyboard shortcut to create an object in Java in VScode or how to write a User Snippet for that.
i.e. shortcut for "Object_TYPE ref_VAR = new Constructor();"
Ashutosh Purohit
Votes: 0
Answers: 1
Cant figure out user snippets
I am trying to make another user snippet in VSCode to automate the document.querySelector but whenever I try to it gives me a weird error shown below. I have another snippet that works just fine but t...

Bruck
Votes: 0
Answers: 2
Pass typed text inside vscode snippets
After reading the snippets documentation I'm still searching a way to pass some text inside the snippet body by typing it after the snippet prefix.
Let's say I have a snippet with log prefix, I would ...

Ansharja
Votes: 0
Answers: 1