This extension provides PowerOn
language support for Visual Studio Code.
- Syntax highlighting.
- Add support for a new extensions. #1
- Code snippets (WIP, not released yet)
Extension | Description |
---|---|
.PO ,.poweron |
PowerOn Specfile |
.DEF |
Definition Specfile |
.SET |
Setup Specfile |
.PRO |
Procedures Specfile |
.SUB |
Sub Procedures Specfile |
- To get the best visual experience, you need to enable the [Dark+, Lght+] theme in Visual Studio Code:
- Install using
Visual Studio Code Command Palette
:- Press
F1
orCtrl` + `Shift` + `P
to bring up theCommand Palette
- Type
Preferences: Color Theme
and pressEnter
- Select
Dark+ (default dark)
orLight+ (default light)
.
- Press
- Download extension from the
Visual Studio Marketplace
. - Install using
Visual Studio Extension Manager
:- Press
F1
orCtrl` + `Shift` + `P
to bring up theCommand Palette
- Type
Extensions: Install Extensions
and pressEnter
- Type
poweron
and selectPowerOn
from the list and install it, or click on the small greeninstall
button.
- Press