EditorServicesCommandSuite icon indicating copy to clipboard operation
EditorServicesCommandSuite copied to clipboard

Collection of editor commands for use in PowerShell Editor Services.

Results 7 EditorServicesCommandSuite issues
Sort by recently updated
recently updated
newest added

**Moved from PowerShell/PowerShellEditorServices#1610** from @ninmonkey (thanks for the report!) --- ## Issue: Splat is outputting this ```ps1 $forEachObjectSplat = @{ Parallel = -Parallel } Get-Process | ForEach-Object @forEachObjectSplat { ```...

At first I thought splat was breaking. Instead I think it's triggering different on the left brace. ![image](https://user-images.githubusercontent.com/3892031/126213297-873c94bf-aaee-41a7-918d-fdd7e3ce7f66.png) If the cursor is on - `a`, `c`, or `d` it will...

In 0.5.0 every editor command had to be rewritten due to an overhaul of the module. There are some editor commands that are either non-trivial, or I suspect they do...

Issue-Discussion
0.5.0

Right now the error message is this: ```none ConvertTo-SplatExpression : Unable to find an AST of type 'CommandAst' at the specified location. At line:1 char:1 + ConvertTo-SplatExpression + ~~~~~~~~~~~~~~~~~~~~~~~~~ +...

Resolution-Fixed
Issue-Enhancement

I'm currently working on a major overhaul of this module to be based around "refactoring" options. Part of this was a new infrastructure of sorts around the commands to make...

Issue-Discussion
0.5.0

Using this issue to track bugs in the internal `AstEnumerable` class in the 0.5.0 preview build. - [ ] `for` statements without an initializer throw NRE (e.g. `for (; $i...

Issue-Bug
0.5.0

The URL in Import-CommandSuite help points to a 404 Online Version: https://github.com/SeeminglyScience/EditorServicesCommandSuite/blob/master/docs/en-US/Import-CommandSuite.md also Get-Help Import-CommandSuite -Online same thing.