atom-autocomplete-php icon indicating copy to clipboard operation
atom-autocomplete-php copied to clipboard

Improvements for autocompletion and goto

Open acran opened this issue 3 years ago • 0 comments

This PR adds some improvements/fixes:

  • correctly allow "go to declaration" when clicking on expressions with scope resolution operator ::, e.g. MyClass::class to go to MyClass
  • sort exact matches of search string first in autocomplete suggestions
  • remove duplicate suggestions for variable names
  • correctly scope variable name suggestions to current function

fixes #368 fixes #366

acran avatar Feb 24 '21 15:02 acran