v0.6.4 InspectRequest improvements
- 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
andgo.sum
were not being notified togopls
.