tooltitude / support

Tooltitude Support
https://www.tooltitude.com
Other
21 stars 0 forks source link

Method Tips About the standard package #43

Closed iscraft closed 2 hours ago

iscraft commented 3 days ago

I use fmt package and tooltitude

1

disable tooltitude

2

what is print(expr)(tt) and println(expr)(tt)
print and println is not in the fmt standard package
Print and Println are the correct ones

Tooltitude Version:
0.92.2
OS Version:
windows 10
VS Code Version:
1.87.2
Go Version:
go version go1.23.0 windows/amd64

tooltitude-support commented 3 days ago

@iscraft Thanks for the feedback.

It's a postfix completion. The completion item should convert fmt.pr -> print(fmt) We probably should disable this item for packages.

tooltitude-support commented 2 days ago

@iscraft Ok. Fixed it. It will be out in 0.93.0, likely this Fri.

tooltitude-support commented 2 hours ago

0.93.0. The issue is fixed there. Please let me know if it still reproduces.