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)
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
MS Teams - Code Snippet reformatting issue
Whenever I create a code snippet in Microsoft Teams (Mac desktop app) using 3 backticks, the spacing is stripped and text gets reformatted. This is different than the 'Code Snippet' menu item - format...

user9074332
Votes: 0
Answers: 1
Snippet for generating public variables in C#
private float _speed = 5;
public float Speed => _speed;
I'm trying to make it so I can generate the public reference to a private variable like this with a snippet but is proving to be a bit more...

Arthur Sousa
Votes: 0
Answers: 1
How to set image dimension pre-requisit upload into WPForms?
I would like to know if there's some snippet or code for letting users upload images with certain dimension like 1200x1200 px
Rockwell
Votes: 0
Answers: 1