Sublime Forum

Mistakes in determining the symbol kind for Go

#1

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.
0 Likes

#2

I suggest adding an issue to the packages repository for this, if there isn’t one already.

0 Likes