PXPlus Language Extension for VSCode
I am not affilated with PVX Plus Technologies Ltd or Sage Software.
Initial Release
- Basic usage of snippits
- Highlighting
- Help text
- Signature Help
- Commands - Compile/List
Make sure you have Node.js installed. Then run:
npm install -g yarn vsce
To compile the app, run the following commands in the terminal:
--To install the needed libraries.
yarn
--To compile the extension, run the below command.
cd vscode-pxplus
CTRL+SHIFT+B
You can use vsce to easily package the extension:
vsce package
pxplus-{version}.vsix generated
In Visual Studio Code Click on "Extensions" Click the "..." in the extension marketplace. Click "Install from VSIX..."
Point it to the file and click install.
Make sure to go to the extension settings and configure it for your setup.
Argument | Value |
---|---|
%f | Used to indicate the current file open in your editor. |
Once the library becomes a bit more mature I will publish it to the Marketplace.
Development on this will be driven by the community, if you need a feature please start a discussion topic or contact me.