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: Go to Symbol and Find references #117

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

pbudzik
Copy link
Contributor

@pbudzik pbudzik commented Jan 13, 2018

This one is more comprehensive. Still it's source level parsing, but it seems there is no tool around that can decompile Elixir code and preserve lines. My approach is based on extracting symbols. In this approach it's more practical not to go the lang server route.

@pbudzik
Copy link
Contributor Author

pbudzik commented Jan 14, 2018

Added a ReferenceProvider based on mix xref.

@timmhirsens
Copy link
Owner

Looks good, haven't tried it yet though. Just let me know when you are done and I will review.

Thanks again ;-)

@pbudzik
Copy link
Contributor Author

pbudzik commented Jan 17, 2018

I think I am done... for now. Please let me know if there is anything to add/fix.

@pbudzik
Copy link
Contributor Author

pbudzik commented Jan 18, 2018

I've added a WorkspaceSymbolProvider. Now it's sort of complete. Please review. I stop working on it, so no more commits in this PR :)

@pbudzik pbudzik changed the title Improved SymbolProvider Feature: Go to Symbol and Find references Jan 18, 2018
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.

None yet

2 participants