You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like "regex" to be added to "editor.quickSuggestions"
Currently "editor.quickSuggestions" supports "other", "comments" and "strings" "regex" is currently defaulted to "off" and cannot be changed
Currently it is impossible to automatically show inline snippet suggestions within regular expressions
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
I would like
"regex"
to be added to"editor.quickSuggestions"
Currently
"editor.quickSuggestions"
supports"other"
,"comments"
and"strings"
"regex"
is currently defaulted to"off"
and cannot be changedCurrently it is impossible to automatically show inline snippet suggestions within regular expressions
https://github.com/microsoft/vscode/blob/main/src/vs/editor/common/config/editorOptions.ts#L3502-L3584
https://github.com/microsoft/vscode/blob/main/src/vs/editor/contrib/suggest/browser/suggest.ts#L453-L470
https://github.com/microsoft/vscode/blob/main/src/vs/editor/contrib/suggest/browser/suggestInlineCompletions.ts#L148
The text was updated successfully, but these errors were encountered: