AdaCore / ada_language_server

Server implementing the Microsoft Language Protocol for Ada and SPARK
GNU General Public License v3.0
228 stars 54 forks source link

V809-013: Add 'subprogram box' command #1023

Closed AnthonyLeonardoGracio closed 2 years ago

AnthonyLeonardoGracio commented 2 years ago

The command is based on the LSP DocumentSymbols request to retrieve the enclosing subprogram, if any.

AnthonyLeonardoGracio commented 2 years ago

@reznikmm I am not sure it's necessary to move it to the ALS, the command already works fine in GS, without having to analyze the code with LAL apparently.