You've already forked ada_language_server
mirror of
https://github.com/AdaCore/ada_language_server.git
synced 2026-02-12 12:45:50 -08:00
492 B
492 B
Other file
Short introduction
New command to switch between specification and body documents.
Change description
We introduce a new command (als-other-file). It takes TextDocumentIdentifier
as parameter and returns nothing. On execution it finds other Ada file and
issues ShowDocument request to the client.
VS Code extension wraps this with another parameter-less command ada.otherFile.
It checks if an active editor exists and triggers the LSP als-other-file command.