Skip to content
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

InlineCompletionItem of type SnippetString does not support brace completion #160555

Closed
juihanamshet1 opened this issue Sep 9, 2022 · 0 comments
Assignees

Comments

@juihanamshet1
Copy link
Member

Does this issue occur when all extensions are disabled?: Yes/No

Version: 1.71.0 (system setup)
Commit: 784b017
Date: 2022-09-01T07:36:10.600Z
Electron: 19.0.12
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Windows_NT x64 10.0.22000
Sandboxed: No

Steps to Reproduce:

  1. Set the inlineCompletionItem.insertText type to be a SnippetString and completeBracketPairs to true
  2. The brace completion does not work
  3. I looked in the code and saw that bracket completion is only done for when insertText is of type string

cc @hediet

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants