This package provides rich PowerShell language features in the Atom editor via Atom IDE and PowerShell Editor Services!
- Windows with PowerShell v5.1 and PowerShell Core v6
- Linux with PowerShell Core v6 (all PowerShell-supported distributions)
- macOS and OS X with PowerShell Core v6
This package may work well with machines running PowerShell v3 and v4 but they are not officially supported by this package at this time.
You can easily install this package using the following command:
apm install ide-powershell
You can also find this package in Atom by running the command "Settings View: Install
Packages and Themes" and then search for and install ide-powershell
-
Fork this repo, clone it to a local folder, and go to that folder in a terminal
-
Run
apm install
install dependencies and build the package -
Run
apm link
to wire up the package in Atom -
Open or restart Atom and then try loading a .ps1 file
-
Change some code in this repo, run the "Reload Window" command, then try your changes!
We'd love to accept your contributions! Please send a PR for small changes or file and issue in advance to discuss if you have a bigger change in mind.
This project is licensed under the MIT License. Some portions of the code are based on the PowerShell extension for Visual Studio Code, also under the MIT License.