zigtools / zls

A Zig language server supporting Zig developers with features like autocomplete and goto definition
MIT License
2.78k stars 279 forks source link

Autosuggestion feature for try expressions #1947

Closed akhildevelops closed 1 month ago

akhildevelops commented 1 month ago

ZLS beautifully shows available methods / fields for a struct value but doesn't show for values accessed after try expression.

llogick commented 1 month ago

You make a compelling argument #1948

Techatrix commented 1 month ago

fixed by #1948