language-powershell
language-powershell copied to clipboard
PowerShell language support for the Atom editor
When calling the property of an object, the property itself is highlighted in the exact same colour. In version 4.0.1, both had a distinct colour. ```powershell $String.Length ``` I checked...
i wonder if this is what's planned for the future: https://code.visualstudio.com/docs/extensions/example-language-server#_implement-your-own-language-server
See [morkro/atom-emoji-syntax#50](https://github.com/morkro/atom-emoji-syntax/issues/50). I don't understand enough about this works to explain the problem properly, but it seems morkro has explained it well in the issue referenced. > I briefly checked...
- Updated 'Function Cmdlet' snippet to include some best practices - Moved comment based help inside the function, which makes it more compatible/easier to work with when converting/copy/pasting code into...
Whenever I wrap a block of code within a region, the plugin does not parse it as code that can be folded. Can this ability be added to the script,...