Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>axcode-generatorNew to Visual Studio Code? Get it now.
axcode-generator

axcode-generator

supzh

|
39 installs
| (0) | Free
an extension to create ax plc program
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Getting Start

  1. clone this repo
  2. cd > axcode-generator
  3. Install package listed in package.json this will give you the Node-Modules locally:
npm install
  1. run webpack compiler to compile TS to JS (making any changes in project will automatically compile unless you close the terminal manually):
npm run watch
  1. Press F5 debug to open a new Axcode host, the axcode-generator extension should be activated in sidebar

Packing Extension

  1. If you want to pack extension to VSIX, you should use vsce tool.
  2. Install vsce package globaly:
npm i vsce -g
  1. generate VSIX file.
vsce package
  1. In your workspace, it should appear a axcode-generator-0.0.1.vsix file.
  2. Right click this file and select Install Extension VSIX,an Extension icon should appear at sidebar and you are free to play with it.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft