Skip to content

v0.6.4 InspectRequest improvements

Compare
Choose a tag to compare
@janpfeifer janpfeifer released this 22 May 12:53
· 449 commits to main since this release
3f2a2bc
  • More InspectRequest improvements:
    • Search for identifier preceding the cursor if cursor is under a non-identifier.
    • If cursor under a ",", search for preceding function name identifier.
    • Handle case where cell is not parseable: like with auto-complete before.
  • Fixed a bug where updates to go.mod and go.sum were not being notified to gopls.