This extension adds language features for CL into the IDE, including:
- Outline view
- Content assist / Completion provider
- Go to or peek definition and references
- Content assist for CL commands
- requires connection to IBM i through Code for IBM i or Merlin IDE.
- clone
npm i
- 'Launch Client' through VS Code
- After the extension is activated, use 'Attach to Server'
Our language tests are using vitest. The tests exist in ./language/vitest
npm run lang:test
To create a .vsix
, use the script provided:
run npm package