PowerShell icon indicating copy to clipboard operation
PowerShell copied to clipboard

Support for the MS PowerShell programming language.

Results 21 PowerShell issues
Sort by recently updated
recently updated
newest added

If a reserved keyword is used as the beginning of a hyphenated function name (e.g., **Do-Something** or **If-Thing**) the beginning part of the function name that matches the reserved keyword...

Hi, I believe that the Editor-Syntax repository has had a few bug fixes upstream since it was copied for use in this repo. Would it make sense to have it...

Add a Pester build system for PowerShell files which runs Invoke-Pester at the current location.

@guillermooo since we switched to EditorSyntax, we don't need our own CI anymore. Besides it's broken. Can you disable this integration? https://ci.appveyor.com/project/guillermooo/powershell/build/1.0.136

It's a block in `workflow`

T:Bug
area:Syntax

Not super important. In the atom language tests (jugglingnutcase/language-powershell#36) the tests are failing on `--%`. We should add it at some point. Here's the [about_Escape_Characters spec](https://technet.microsoft.com/en-us/library/hh847755.aspx) which contains this stuff...

T:Bug
area:Syntax

``` powershell Class Foo-Bar {} ``` Screenshot from ISE: ![image](https://cloud.githubusercontent.com/assets/816680/6283710/e4293158-b89c-11e4-9305-6aa1293e629b.png)

T:Bug
area:Syntax

![2015-03-03 10_47_24-new issue sublimetext_powershell](https://cloud.githubusercontent.com/assets/6155964/6467264/b518032c-c192-11e4-8587-536a3507c4b0.png) The construction on the left breaks automatic indentation (in PowerShell only). It should look like the middle version after a Reindent, and the right version is...

T:Bug

Do we want to set defaults for word wrapping and tabs vs. spaces? I personally prefer the opposite of how it is set now. What about just not having these...

We should add a snippet for documentation. https://technet.microsoft.com/en-us/magazine/ff458353.aspx is the closest I found to a published standard. Their example is: ``` ```

T:Feature
area:Snippets