We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d818dd0 commit 772c650Copy full SHA for 772c650
apps/vscode/CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
- Provide F1 help at cursor in Positron (<https://github.com/quarto-dev/quarto/pull/599>)
6
- Expose new context keys for the language of a specific cell (<https://github.com/quarto-dev/quarto/pull/607>)
7
+- No longer send all snippet suggestions to the bottom of the completion list (<https://github.com/quarto-dev/quarto/pull/609>).
8
9
## 1.117.0 (Release on 2024-11-07)
10
apps/vscode/package.json
@@ -896,7 +896,6 @@
896
"strings": "on"
897
},
898
"editor.quickSuggestionsDelay": 250,
899
- "editor.snippetSuggestions": "bottom",
900
"editor.wordBasedSuggestions": "off",
901
"editor.suggestOnTriggerCharacters": true,
902
"editor.unicodeHighlight.ambiguousCharacters": false,
0 commit comments