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

Fix completion handling of visibility #313

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nawforce
Copy link
Contributor

@nawforce nawforce commented Dec 23, 2024

This should fix completion handling to include globals and where appropriate protected body declarations.

Much of the change is due to aligning the visibility handling so it returns an Option to allow modelling of implicit private declarations in a consistent way.

@nawforce nawforce linked an issue Dec 23, 2024 that may be closed by this pull request
@nawforce
Copy link
Contributor Author

The build failed due to lack of sbt, see actions/setup-java#694 for background. I have added sbt/setup-sbt to resolve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide completions for global modifier
1 participant