AntiMalware Status

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

[easyazon_link identifier=”1849693927″ locale=”US” tag=”wn0d5-20″]Sublime Text[/easyazon_link] 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. [easyazon_link identifier=”1782173552″ locale=”US” tag=”wn0d5-20″] PowerShell [/easyazon_link] syntax is not supported by default in [easyazon_link identifier=”1849698422″ locale=”US” tag=”wn0d5-20″]Sublime Text[/easyazon_link] but you can add the support for [easyazon_link identifier=”1617292184″ locale=”US” tag=”wn0d5-20″] PowerShell [/easyazon_link] 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