ide-powershell icon indicating copy to clipboard operation
ide-powershell copied to clipboard

A package for Atom providing rich PowerShell language features via Atom IDE!

Results 12 ide-powershell issues
Sort by recently updated
recently updated
newest added

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.35.1 x64 **Electron**: 2.0.18 **OS**: Mac OS X 10.13.6 **Thrown From**: [ide-powershell](https://github.com/daviwil/ide-powershell) package 0.1.0 ### Stack Trace Uncaught SyntaxError: Unexpected end...

1. Install ide-powershell 2. Create/edit a ps1 file **Atom**: 1.27.1 x64 **Electron**: 1.7.15 **OS**: Parrot 4.0 (Debian) **Thrown From**: [terminal-tab-service](https://github.com/daviwil/terminal-tab-service) package 0.1.4 ### Stack Trace Uncaught Error: ioctl(2) failed. ```...

Hi there! There was a conversation on the Atom Slack yesterday in which someone linked to this package, and while browsing I noticed that the glob used in the `atomTranspilers`...

Should have added this in the first release but forgot :)

enhancement

How does it compare to VS Code? Does tabbing through slots work well? Are the snippets in language-powershell out of date and in need of some updating?

When you have code in a .ps1 file that triggers a PSScriptAnalyzer rule containing a suggested correction, the suggestions don't show up in the marker popup as they do in...

Currently closing the PowerShell Integrated Console tab will cause the language server to be killed. After doing this, Atom will hang while shutting down due to an issue in `atom-languageclient`...

bug

Most users probably won't want to see the integrated console immediately as soon as a PowerShell file is opened, so it'd be useful to have a setting to determine whether...

enhancement

Need to add a setting so that the user can configure the path to PowerShell. For now atom-languageclient doesn't allow restarting a language server so this setting would only be...

enhancement

Need to implement the client side request handlers that enable editor commands to be registered. vscode-powershell's implementation is here: https://github.com/PowerShell/vscode-powershell/blob/master/src/features/ExtensionCommands.ts Related to https://github.com/daviwil/ide-powershell/issues/5

enhancement