Files
Anthony Leonardo Gracio 38743e231c Provide completion help for tool switches in GPR files
The database is created via a Python script that parses the
--help output of tools, and encapsulates it in a JSON-structured
string database in Ada.

The GPR file parser has been modified to handle completion for
the Default_Switches and Switches attributes inside packages,
and propose completion when available.

For eng/ide/ada_language_server#1741
2025-11-28 16:22:54 +00:00
..
2024-07-16 07:33:51 +00:00
2024-07-16 07:33:51 +00:00
2025-09-19 10:12:07 +00:00

Provided projects

  • LSP - Ada implementation of LSP 3.16 messages and codecs to/from JSON
  • LSP_3_17 - Ada implementation of LSP 3.17 messages and codecs to/from JSON
  • LSP_Server - server part of the LSP protocol and Ada LSP server
  • LSP_Client - client part of the LSP protocol
  • Tester - Test driver for LSP server testsuite
  • Codec_Test - Test driver for Codec tests