With the symbol kind hint feature in completions, there is a problem with files whose syntax is Go.
- Methods are of kind “variable”. I would expect “function”. This is how it works for Python, for example.
- Constants are of kind “variable”.
- Yet variables themselves have no kind at all.