jeff-hykin / better-go-syntax

💾 📦 ✅
MIT License
35 stars 6 forks source link

Struct field types falsely highlighted as variables if qualified #36

Open timbsng opened 2 years ago

timbsng commented 2 years ago

It seems that the recent commit a3156b69e4721238553c0dabb0ad64edc3bb3894 falsely assigns a struct fields type the variable scope, if the type is qualified with the package name.

image