-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect COBOL variable in EXEC SQL
, provides go to def, show refs and hover
#375
base: master
Are you sure you want to change the base?
Conversation
- fix sql stmt generation when stmt is exactly 72 char long - unify prefix on all preproc genereted lines
EXEC SQL
, provides go to def, show refs and hover
Should be draft until #370 is merged. |
This seems to target #327, no? If yes I suggest to reference that in the commit message and/or in this PR as related issue. |
This PR introduces dependencies between libraries that I'd like to avoid as they would impair further extensibility of the LSP server. In addition the parser for SQL is not hardened against errors in SQL syntax. Those issues need to be fixed before this PR can be merged. |
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