I have one package which has some types in it and is consumed by another package. When I use this golang server and I command click to the target package I do not get taken to the definition within the package. If I click the package though I get linked to the import statement to the package. This is an improvement over the standard golang stuff provided from Microsoft though so thanks!
I have one package which has some types in it and is consumed by another package. When I use this golang server and I command click to the target package I do not get taken to the definition within the package. If I click the package though I get linked to the import statement to the package. This is an improvement over the standard golang stuff provided from Microsoft though so thanks!