vscode-unity-code-snippets icon indicating copy to clipboard operation
vscode-unity-code-snippets copied to clipboard

All snippets you need for Unity development in VSCode

Results 6 vscode-unity-code-snippets issues
Sort by recently updated
recently updated
newest added

Fix spelling errors and issue #45 Some grammatical errors also fixed.

It is spelt "Extensions" and not "Extensios" so :- "Inside Visual Studio Code, enter in the Extensios panel, search for Unity Code Snippets and click on Install button" has to...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

added `classAccessibilityLevel` option, an enum for `public`, `internal` and `none` options. Followed project's style for consistency

When I changed the indentation style to Allman, I couldn't use the Allman style correctly when creating the code, it was still K&R. I have checked the settings. json to...