Skip to content

Commit

Permalink
Docs: document the debugger support
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Aug 22, 2024
1 parent 59ad2c8 commit fb0dff5
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,27 @@ Install the plugin [from IDE](https://www.jetbrains.com/help/idea/managing-plugi
## Features

#### Editor:
- Syntax highlighting;
- Reference and keyword completion;
- [PowerShell ScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) code checker inspections in Editor;
- [Language Injections](https://www.jetbrains.com/help/idea/using-language-injections.html) in strings;
- [Colors and Fonts customization](https://www.jetbrains.com/help/idea/configuring-colors-and-fonts.html);
- [Code style and reformat](https://www.jetbrains.com/help/idea/using-code-editor.html#reformat_rearrange_code);
- [Live templates](https://www.jetbrains.com/help/idea/using-live-templates.html) (code snippets)
- Syntax highlighting.
- Code completion based on [PowerShellEditorServices][powershell-editor-services].
- [PSScriptAnalyzer][ps-script-analyzer] code checker inspections in Editor.
- [Language Injections](https://www.jetbrains.com/help/idea/using-language-injections.html) in strings.
- [Colors and Fonts customization](https://www.jetbrains.com/help/idea/configuring-colors-and-fonts.html).
- [Code style and reformat](https://www.jetbrains.com/help/idea/using-code-editor.html#reformat_rearrange_code).
- [Live templates](https://www.jetbrains.com/help/idea/using-live-templates.html) (code snippets).

#### Refactoring
- [Rename](https://www.jetbrains.com/help/idea/rename-refactorings.html)
- [Rename](https://www.jetbrains.com/help/idea/rename-refactorings.html).

#### Navigation
- Variables and declared types reference resolve and find usages;
- [Structure view](https://www.jetbrains.com/help/idea/viewing-structure-of-a-source-file.html)
- Variables and declared types reference resolve and find usages.
- [Structure view](https://www.jetbrains.com/help/idea/viewing-structure-of-a-source-file.html).

#### Execution
- [Run Configuration](https://www.jetbrains.com/help/idea/run-debug-configuration.html);
- Integrated PowerShell Console (Tools | PowerShell Console... action);
- [Run Configuration](https://www.jetbrains.com/help/idea/run-debug-configuration.html).
- Script debugging.
- Integrated PowerShell Console (Tools | PowerShell Console... action).
- Remote files editing with 'psedit' command in PowerShell console (see [psedit support](https://bitbucket.org/adernov/powershell/issues/18/psedit-support#comment-46351640)):
![Remote file editing](https://bitbucket.org/adernov/powershell/issues/attachments/18/adernov/powershell/1529580003.05/18/remote_files_editing.gif)
![Remote file editing](https://bitbucket.org/adernov/powershell/issues/attachments/18/adernov/powershell/1529580003.05/18/remote_files_editing.gif)

Settings
--------
Expand All @@ -39,8 +40,8 @@ Third-Party Software
--------------------
This plugin bundles the following third-party software:

- [PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices),
- [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer).
- [PowerShell Editor Services][powershell-editor-services],
- [PSScriptAnalyzer][ps-script-analyzer].

Documentation
-------------
Expand Down Expand Up @@ -70,5 +71,7 @@ limitations under the License.
[docs.changelog]: ./CHANGELOG.md
[docs.contributing]: ./CONTRIBUTING.md
[docs.license]: ./LICENSE
[plugin-repository]: https://plugins.jetbrains.com/plugin/10249-powershell
[docs.maintainership]: ./MAINTAINERSHIP.md
[plugin-repository]: https://plugins.jetbrains.com/plugin/10249-powershell
[powershell-editor-services]: https://github.com/PowerShell/PowerShellEditorServices
[ps-script-analyzer]: https://github.com/PowerShell/PSScriptAnalyzer

0 comments on commit fb0dff5

Please sign in to comment.