x1unix / go-playground

Better Go Playground powered by Monaco editor
https://goplay.tools/
MIT License
1.3k stars 82 forks source link

feat: support documentation on hover #421

Closed x1unix closed 1 month ago

x1unix commented 1 month ago

Implement documentation show on element hover using the symbol index.

Works for built-in symbols and symbols from standard Go packages.

image