AntiMalware Status

How to add PowerShell syntax support into Sublime Text 3 on Windows

Sublime Text is a sophisticated text editor for code, markup and prose. If you like this editor and work with PowerShell, you find this editor excellent tool for your scripting work. PowerShell syntax is not supported by default in Sublime Text but you can add the support for PowerShell in very simple way in both environments, Windows.

 

  1. Install package control for Sublime Text.
  2. Install the PowerShell package:
    1. Press Ctrl + Shift + P
    2. Select ‘Install Package’
    3. Select ‘PowerShell’

Enjoy scripting!

 

 

3 Replies to “How to add PowerShell syntax support into Sublime Text 3 on Windows”

  1. I got this working on Ubuntu.

    Instead of copying PowerShell-master to either of the above directories, you instead copy it to a location in your /home/ directory.
    ~/.config/sublime-text-3/Packages/User/

Leave a Reply