Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 3.38 KB

README.md

File metadata and controls

74 lines (56 loc) · 3.38 KB

intellij-powershell JetBrains Plugins

Adds PowerShell language support to IntelliJ-based IDEs.

Usage:

Install the plugin from IDE or download it from IntelliJ plugins repository and choose to install from disk.

Features

Editor:

Refactoring

Navigation

  • Variables and declared types reference resolve and find usages;
  • Structure view

Execution

  • Run Configuration;
  • Integrated PowerShell Console (Tools | PowerShell Console... action);
  • Remote files editing with 'psedit' command in PowerShell console (see psedit support): Remote file editing

Settings

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.

Third-Party Software

This plugin bundles the following third-party software:

Documentation

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.