apex-dev-tools / apex-ls

Apex language server library
Other
2 stars 1 forks source link

Fix field finding so can handle superclass refresh #173

Closed kjonescertinia closed 1 year ago

kjonescertinia commented 1 year ago

This changes how we locate fields so that we no longer cache which was causing an issue when a superclass was initially missing and then provided via a refresh. Happily the new code is both quicker and uses less memory than the old ;-)