MarkusAmshove / natls

Language Server implementation for the Natural 4GL programming language
MIT License
13 stars 3 forks source link

Show external subroutine codelens on the subroutine #431

Closed MarkusAmshove closed 11 months ago

MarkusAmshove commented 11 months ago

Currently the DEFINE DATA of an external subroutine has the codelens for references to the module, while the actual subroutine always shows 0 references (unless its called locally).

The references on the DEFINE DATA should go away and be on the subroutine. Also the subroutine shouldn't be flagged as unused.