Releases: codefori/vscode-rpgle
Releases · codefori/vscode-rpgle
vscode-rpgle 0.9.1
- Minor fix when getting content
vscode-rpgle 0.9.0
- New SQL rules
- New rule for variable prototypes
- New flags for relative includes
- Improvements to opening local sources
- Enable vscode-rpgle for VS Code web
vscode-rpgle 0.8.2
- Improved keyword recognition
- Better detection for procedure parameters
- Add
NoExternalTo
- Improve default config
vscode-rpgle 0.8.1
What's Changed
- Configurable timeout in settings
- Do not increase expected indent part way through a multi-line conditi… by @p-behr in #105
Full Changelog: 0.8.0...0.8.1
vscode-rpgle 0.8.0
- Improved autofix performance.
- Support for new lint option
NoUnreferenced
which will highlight unreferenced definitions. - Progress reporting for autofix.
vscode-rpgle 0.7.6
- Additional fix regarding comments in statements
vscode-rpgle 0.7.5
Fix for comments within statements (#100)
vscode-rpgle 0.7.4
- Fix issue with blank column names coming from printer files stopping the outline being rendered.
vscode-rpgle 0.7.3
- Fix for invalid type shown for zoned subfields
- Fix to issue #98
0.7.2
- Fix for inline
End-Pr
- Fix for specifying schemas in file definitions