Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

48 lines (31 loc) · 1.51 KB

CHANGE LOG

Fixed

  • Preventing caching when plugin is loading, because it results in lagging on start of sublime. Instead it caches paths on first import.

Fixed

  • Separate standard library imports from another places with a new line.
  • Find list of words when navigating path recursively.
  • Search for modules from current working directory every time before checking cached files.
  • Creating cache file inside of tmp folder not in sublime's zip file.
  • Fix Messing up imported keywords when contains - or any non word character.
  • Don't suggest import paths which has vendor/ directory.
  • Fix wrong import name when library is on the root of the opened project.
  • Fix not importing some of the GOMODCACHE packages.

Added

  • Cache paths of GOROOT and GOMODCACHE to import faster.
  • Show quick panel for multi name imports.
  • Sorting imports when importing.
  • Add Settings file for setting GOROOT and GOMODCACHE for other OS.

Fixed

  • Fix to not consider import line itself when erasing unused imports.
  • Being unable to import when no project is open.

Added

  • Find libraries inside opened project.
  • Find installed libraries.

Improved

  • Get/Filter import keywords regex.

v0.1.0

init