-
Notifications
You must be signed in to change notification settings - Fork 511
Built-in PowerShell snippets can't be tabbed through #767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
I can confirm the same issue on MacOS ProductName: Mac OS X 1.13.0-insider |
Argh, they probably changed something again, I'll look into it. |
daviwil
added a commit
to daviwil/vscode-powershell
that referenced
this issue
May 30, 2017
This change fixes some ambiguity in our snippet placeholders to confirm with stricter parsing rules in VS Code 1.12.0. Generally this requires prefixing an index (`${1:Placeholder Text}`) anywhere that a placeholder is used so that the syntax isn't ambiguous with a variable name. Snippet variables are a separate concept now. Resolves PowerShell#767.
daviwil
added a commit
that referenced
this issue
May 30, 2017
This change fixes some ambiguity in our snippet placeholders to confirm with stricter parsing rules in VS Code 1.12.0. Generally this requires prefixing an index (`${1:Placeholder Text}`) anywhere that a placeholder is used so that the syntax isn't ambiguous with a variable name. Snippet variables are a separate concept now. Resolves #767.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System Details
10.0.14393.1066
1.13.0-insider 613724d43b4d50f6052bbb8007447ca96e687f26
[email protected]
Issue Description
When using a snippet from the extension, the placeholder are missing and the tab jumps are not working.

Screen recording of the problem:
The text was updated successfully, but these errors were encountered: