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 f2ed66f commit ce59dc8Copy full SHA for ce59dc8
docs/guide/getting_started.md
@@ -131,3 +131,11 @@ require('lspconfig')['powershell_es'].setup {
131
settings = { powershell = { scriptAnalysis = { settingsPath = custom_settings_path } } }
132
}
133
```
134
+
135
+#### Autocomplete Brackets Troubleshooting
136
+If you're using `blink.cmp` and you're getting brackets when autocompleting
137
+cmdlet names, you'll need to add `{ "ps1", "psm1" }` to the blocked filetypes
138
+for both `kind_resolution` and `semantic_token_resolution` in the plugin's
139
+config file.
140
141
+[Blink.cmp completion reference](https://cmp.saghen.dev/configuration/reference#completion-accept)
0 commit comments