Commit Graph

5 Commits

Author SHA1 Message Date
Adrien Boulanger
6187ef2e32 SB14-037: Add new reference kind "access".
Add a reference kind for the following write reference:
Foo'Access
Foo'Unrestricted_Access
Foo'Address
Foo'Unchecked_Access

It allows to filter them from more common write reference like
"assignment" ("Foo :=").

Adapt tests. (using sed)
Add a test.
2020-06-03 11:48:15 +02:00
Nicolas Setton
14ba060169 SA14-007 In 'definition', list parent of methods.
Add an operation Find_All_Base_Declarations in the Context to wrap
around the Libadalang primitive. Use this in response to 'definition'
requests.

Add new AlsReferenceKind enumerations to allow labeling the returned
results. Modify the tests to account for this new enumeration.
2019-12-17 10:07:34 -05:00
Vadim Godunko
e886fff84c S701-035 Change format for list of reference kinds. 2019-09-04 17:31:21 +03:00
Maxim Reznik
98c10722a3 S329-013 Send alsKind in textDocument/references responses.
Add an extension to LSP to return reference kinds in
responses to textDocument/references.
2019-06-28 14:32:18 -04:00
Maxim Reznik
3834492e26 S328-043 Add protocol enhancement description and a template 2019-04-26 10:20:36 +01:00