Releases: codefori/vscode-rpgle
Releases · codefori/vscode-rpgle
vscode-rpgle 0.33.2
What's Changed
- Recreate crash caused by missing name by @worksofliam in #454
Full Changelog: 0.33.1...0.33.2
vscode-rpgle 0.33.1
What's Changed
- Improve handling of undefined references for dot notation by @worksofliam in #450
Full Changelog: 0.33.0...0.33.1
vscode-rpgle 0.33.0
What's Changed
- Support for signature information, built-in function improvements by @worksofliam in #448
Full Changelog: 0.32.4...0.33.0
vscode-rpgle 0.32.4
What's Changed
- Improvements to completion provider with subitems by @worksofliam in #445
- Fix comment parsing issue in the compiler by @worksofliam in #446
Full Changelog: 0.32.3...0.32.4
vscode-rpgle 0.32.3
vscode-rpgle 0.32.2
What's fixed
- Fix offset reference resolver to improve depth handling by @worksofliam in #431
- Change link to releases on the change log page by @chrjorgensen in #432
- Allow symbols to be defined in free-format by @worksofliam in #434
Full Changelog: 0.32.1...0.32.2
vscode-rpgle 0.32.1
What's Changed
- Only add SQL reference for valid tokens by @worksofliam in #420
- Fix range issue with enum in symbol provider by @worksofliam in #426
- Fix collection of prototypes by @worksofliam in #428
Full Changelog: 0.32.0...0.32.1
vscode-rpgle 0.32.0
What's Changed
- Improve parser for PREFIX and RENAME handling by @worksofliam in #408
- Fix prototype reference issue in parser by @worksofliam in #409
- Implement symbol collection changes by @worksofliam in #410
- Hide test functions from completion provider in local development by @worksofliam in #416
- Create test case to show range issue with prototypes by @worksofliam in #413
- Support multiline fixed-format procedure names by @worksofliam in #418
- Improve hover provider to utilize existing documentation by @worksofliam in #419
Full Changelog: 0.31.1...0.32.0
vscode-rpgle 0.31.1
What's Changed
- Fix CONST keyvalue assignment by @worksofliam in #403
- Support case check on subfields by @worksofliam in #404
Full Changelog: 0.31.0...0.31.1
vscode-rpgle 0.31.0
What's new
- Differentiate between procedures and prototypes in language server by @worksofliam in #395
API related:
- Add fromPath to IncludeStatement and update Parser logic by @worksofliam in #394
- Add command to retrieve cache of parsed URIs by @worksofliam in #385
What's fixed
- Add missing indicators to default cache by @worksofliam in #396
- Fix procedure and prototype ranges by @SanjulaGanepola in #398
- Fix cache when files are cleared by @SanjulaGanepola in #399
- Remove test stub code actions to migrate to test extension by @SanjulaGanepola in #393
Full Changelog: 0.30.1...0.31.0