Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This makes string interpolation completions much more discoverable and I haven't yet found any bad outcome for this. At least in VS code * With default settings, `s"Hello $|"` with cursor at `|` triggers a completion * With (non-default) `"editor.quickSuggestions.strings": true`, `"Hello $|"` with cursor at `|` triggers a completion (and thanks to the interpolation logic, that completion will add in the `s` string interpolation context)
- Loading branch information