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
Fixed issues with badges, removed Gitter (not actively monitored by us
so let's prefer advertising Discord), lots of updates and reorganizing,
more useful links (like to the official guide), removed confusing or not
useful information (such as how to install from the script or open the
examples, neither of which we actively keep updated), and sorry Patrick
but after changing my name now alphabetically it's first.
[](https://aka.ms/powershell-vscode-discord)
7
-
[](https://gitter.im/PowerShell/vscode-powershell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
8
7
9
-
This extension provides rich PowerShell language support for [Visual Studio Code](https://github.com/Microsoft/vscode) (VS Code).
8
+
This extension provides rich [PowerShell][] language support for [Visual Studio Code][] (VS Code).
10
9
Now you can write and debug PowerShell scripts using the excellent IDE-like interface
11
10
that VS Code provides.
12
11
13
-
This extension is powered by the PowerShell language server,
**Read the [troubleshooting guide](./docs/troubleshooting.md) for answers to common questions.**
46
-
47
-
## Features
48
-
49
-
- Syntax highlighting
50
-
- Code snippets
51
-
- IntelliSense for cmdlets and more
52
-
- Rule-based analysis provided by [PowerShell Script Analyzer](http://github.com/PowerShell/PSScriptAnalyzer)
53
-
- Go to Definition of cmdlets and variables
54
-
- Find References of cmdlets and variables
55
-
- Document and workspace symbol discovery
56
-
- Run selected selection of PowerShell code using <kbd>F8</kbd>
57
-
- Launch online help for the symbol under the cursor using <kbd>Ctrl</kbd>+<kbd>F1</kbd>
58
-
- Local script debugging
59
-
- Extension Terminal support
60
-
- PowerShell ISE color theme
61
-
62
75
## Installing the Extension
63
76
64
-
You can install the official release of the PowerShell extension by following the steps
65
-
in the [Visual Studio Code documentation](https://code.visualstudio.com/docs/editor/extension-gallery).
66
-
In the Extensions pane, search for "PowerShell" extension and install it there. You will
67
-
get notified automatically about any future extension updates!
77
+
The PowerShell extension can be installed from the Visual Studio Code Marketplace by
78
+
clicking the [**Install Button**][]. You can also install the PowerShell extension from
79
+
within VS Code by opening the **Extensions** view with keyboard shortcut
80
+
<kbd>Ctrl+Shift+X</kbd>, typing PowerShell, and selecting the extension.
68
81
69
-
You can also install a VSIX package from our [releases page](https://github.com/PowerShell/vscode-powershell/releases) by following the
70
-
[Install from a VSIX](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix)
71
-
instructions. The easiest way is through the command line:
82
+
We would encourage you to try the _pre-release_ version whenever possible. When a
83
+
_Pre-Release_ is available, it can be installed from the marketplace using the
84
+
**Switch to Pre-Release Version** button. You can switch back to the stable version of the
85
+
extension by using the **Switch to Release Version** button that will appear. You can also
86
+
downgrade to other versions of the extension using the arrow next to the **Uninstall**
0 commit comments