Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make field declarations a source for completion identifiers
This only returns field identifiers which are in the current scope. If a field declaration is in scope, it means that we have access to it and we should include it as a possible completion identiifer.
- Loading branch information