Skip to content
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

[FEATURE] Add VNAV checking to the Language Server #6

Open
itsxallwater opened this issue Jun 27, 2019 · 0 comments
Open

[FEATURE] Add VNAV checking to the Language Server #6

itsxallwater opened this issue Jun 27, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@itsxallwater
Copy link
Member

Is your feature request related to a problem? Please describe.
Many shops don't catch runtime-errors like VNAVs until execution occurs and the error is logged. Some flavors, like jBASE, will warn you about runtime errors during compilation but some of these errors would be relatively easy to look for when developing in a disconnected manner with no compiler access.

Describe the solution you'd like
The language server already evaluates for things like labels that are defined but not used so I believe it can be made to look for VNAV scenarios.

Describe alternatives you've considered
The alternative here is really the current state, wherein connectivity is required to the execution environment so that at best, the code can be compiled to verify or at worst, the code has to run to observe a VNAV.

Additional context
image

itsxallwater added a commit that referenced this issue Jul 2, 2019
- Adjusted typo and expanded language for label not used warning
@itsxallwater itsxallwater added help wanted Extra attention is needed and removed enhancement labels Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant