GoSublime v18.09.30 Release Notes

Release Date: 2018-09-30 // over 5 years ago
    • 👌 Improve autocompletion scope detection

      • snippets should now the shown when there is a comment above the package statement
      • completion should no longer be shown when there is no package statement
    • misc tweaks to the method snippets

      • for pointer method receivers, only the * is selected for the initial method definition
      • when there are syntax errors in the file, methods should no longer be suggested for the invalid type _