vscode-standardjs-snippets icon indicating copy to clipboard operation
vscode-standardjs-snippets copied to clipboard

a complete set of Javascript snippets for Visual Studio Code

Results 10 vscode-standardjs-snippets issues
Sort by recently updated
recently updated
newest added

https://github.com/capaj/vscode-standardjs-snippets/blob/76a82d459e2c1c027a4b7aeb63cc9f69616e0a78/snippets/javascript.json#L170-L173 The `cdf` snippet, which creates a `document.createDocumentFragment` call, has a tab stop for a parameter `elem`. However, [`document.createDocumentFragment` does not have any parameters](https://developer.mozilla.org/en-US/docs/Web/API/Document/createDocumentFragment). I suggest the following: ```diff "createDocumentFragment":...

Every other snippets source I tried has been set up like this: ``` if () { } ``` This is really useful because then I can tab after a snippet...

I'm using the `#region` and `#endregion` feature/support in vscode frequently, and `standard` is complaining about what the default vscode JavaScript language service snippets insert (leaving no space or tab charcter...

The documentation on the vscode marketplace contains "fb" example, but nothing happens when you enter "fb". Other snippets of this extension do work. VSCode version 1.41.1

`pj` => `path.join($1)` `pr` => `path.resolve($1)` `pdr` => `path.resolve(__dirname, $1)` ...etc!

enhancement

Hi, this is my first try of using this extension and I fall in love with it immediately! It would be even better if it supports redux snippets, such as...