We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VSCode shows notifications like “No definition found for ‘suc’”.
The text was updated successfully, but these errors were encountered:
https://github.com/aya-prover/aya-dev/blob/de31e4fbaed2c699ee56b068e484abaa42e89199/api/src/main/java/org/aya/api/error/SourcePos.java#L90
Does changing the above column <= endColumn to column + 1 <= endColumn solve the problem
column <= endColumn
column + 1 <= endColumn
Sorry, something went wrong.
I cannot reproduce the problem. Can you describe what you did?
Maybe putting the cursor at suc<cursor> and press the shortcut for goto def
suc<cursor>
Not by ctrl+clicking
imkiva
No branches or pull requests
VSCode shows notifications like “No definition found for ‘suc’”.
The text was updated successfully, but these errors were encountered: