Adds PowerShell language support to IntelliJ-based IDEs.
Install the plugin from IDE or download it from IntelliJ plugins repository and choose to install from disk.
- Syntax highlighting.
- Code completion based on PowerShellEditorServices.
- PSScriptAnalyzer code checker inspections in Editor.
- Language Injections in strings.
- Colors and Fonts customization.
- Code style and reformat.
- Live templates (code snippets).
- Variables and declared types reference resolve and find usages.
- Structure view.
- Run Configuration.
- Script debugging.
- Integrated PowerShell Console (Tools | PowerShell Console... action).
- Remote files editing with 'psedit' command in PowerShell console (see psedit support):
The PowerShell run configuration uses the selected terminal encoding (UTF-8 by default).
Open Advanced settings and look for Terminal character encoding if you want to change that.
This plugin bundles the following third-party software:
Copyright 2018 Andrey Dernov
Copyright 2024 intellij-powershell contributors
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.