OCamlPro / superbol-studio-oss

Open-Source part of SuperBOL Studio, including the Visual Studio Code extension and its LSP server
https://superbol.eu
Other
24 stars 13 forks source link

Detect COBOL variable in `EXEC SQL`, provides go to def, show refs and hover #375

Open NeoKaios opened 1 month ago

NeoKaios commented 1 month ago

Add-on to #370, reactivate Sql preproc in the LSP and add references and location to cobol vars in sql exec blocks

The completion seems to fails inside such exec blocks -> the parser needs to be more robust The new completion test needs to pass before merging this

nberth commented 1 month ago

Should be draft until #370 is merged.