Skip to content

Commit

Permalink
Fix Go To Definition for class/interface usage sites for inner classes
Browse files Browse the repository at this point in the history
Checkin in the signed apex-jorje-lsp.jar for the type usage bug
fixes made in Apex LS

Added URI information on the source file being compiled to ensure that
the location can be found for inner classes and interfaces referenced
from the same file

Changed the matching algorithm on interfaces to handle type refs that
only give the stated name of an interface, not the full name (ex.
OuterClass.Interface1 while the type ref name is just Interface1).

Also this matching test must be case insensitive like Apex (user could type
interface1).

@W-4593425@
@W-4598183@
  • Loading branch information
GaryFNC committed Jan 15, 2018
1 parent c44a235 commit 5c4f47d
Showing 1 changed file with 0 additions and 0 deletions.
Binary file modified packages/salesforcedx-vscode-apex/out/apex-jorje-lsp.jar
Binary file not shown.

0 comments on commit 5c4f47d

Please sign in to comment.