File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,19 @@ Script analysis is provided by the [PSScriptAnalyzer][] project on GitHub. If th
3636message starts with ` [PSScriptAnalyzer] ` or if you are getting faulty script diagnostics
3737(red and green squiggly lines under PowerShell in scripts) please [ open an issue there] [ ] .
3838
39+ ## Completions aren't appearing
40+
41+ First, please ensure that the extension itself has properly started. Do this by opening
42+ the PowerShell Integrated Console and checking the value of the variable ` $psEditor ` ,
43+ it should return a version and other fields. If it does not, you're probably in a
44+ different "PowerShell" terminal in VS Code, and not the extension's integrated console.
45+ So please open a bug about your extension failing to start instead.
46+
47+ If the extension _ is_ started and the PSIC functional, completions should appear! Please
48+ double-check that your ` editor.suggest.showFunctions ` VS Code setting is ` true ` , as
49+ setting it to ` false ` _ will_ disable completions (from all extensions). You may also want
50+ to check other related settings under "Text Editor -> Suggestions" in VS Code.
51+
3952## Double-click isn't selecting the whole variable
4053
4154VS Code provides a default set of word separators, that is, characters that split words
You can’t perform that action at this time.
0 commit comments