kleber-swf / vscode-unity-code-snippets

All snippets you need for Unity development in VSCode

Home Page:https://marketplace.visualstudio.com/items?itemName=kleber-swf.unity-code-snippets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check existing text on line

spherous opened this issue · comments

Great tool btw, tons of really useful features!

It just frustrates me when I type "private void Up" then press tab to complete and end up getting this:

private void private void Update() {

}

I know that if I just typed "Up" and pressed tab I'd get what I want, but force of habit for writing I methods gets me often typing the scope and return type before the name.

I'm afraid this is not possible with snippets. In the future I plan to make the private keyword optional. This will kinda fix this issue for you.