Skip to content

Releases: codefori/vscode-rpgle

vscode-rpgle 0.5.4

02 Feb 03:23
Compare
Choose a tag to compare
  • Fix duplicate table name in outline
  • Skip blank name when grabbing files

Full Changelog: 0.5.3...0.5.4

vscode-rpgle 0.5.3

29 Jan 16:50
Compare
Choose a tag to compare

What's Changed

  • Feature/cache removal by @worksofliam in #53
  • Config fixes when extension is launched

Full Changelog: 0.5.2...0.5.3

Code for IBM i 0.5.2

28 Jan 21:24
Compare
Choose a tag to compare
  • Improved outline view. Groups subfields into their structs.

vscode-rpgle 0.5.1

28 Jan 19:21
Compare
Choose a tag to compare
  • Fix issue issue with F-spec causing parser crash

vscode-rpgle 0.5.0

26 Jan 20:30
Compare
Choose a tag to compare
  • Unqualified structs to show up in content assist
  • Record formats and subfields of them now show up for file definitions
  • Fixed format support for content assist and outline view

vscode-rpgle 0.4.3

24 Jan 20:48
Compare
Choose a tag to compare
  • Major code cleanup
  • Language tools can be enabled without linter
  • New config to enable language tools, which is enabled by default

vscode-rpgle 0.4.2

24 Jan 05:09
Compare
Choose a tag to compare
  • Show references
  • Fix for go to definition when in local file

vscode-rpgle 0.4.1

23 Jan 21:03
Compare
Choose a tag to compare
  • Fix autofix issue where it would crash due to parsing failure.

vscode-rpgle 0.4.0

23 Jan 20:09
Compare
Choose a tag to compare
  • PrettyComments will now include indent check (#40)
  • No subroutines in global (#43)
  • No local subroutines
  • Fix for comment where slashes are required for documentation
  • Updated defaults

vscode-rpgle 0.3.3

11 Jan 16:18
Compare
Choose a tag to compare

Fix for creating lint config on local file system for Windows.