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
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
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