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

eldoc: Consider including the namespace from the current buffer when looking up a symbol. #28

Closed
austinhaas opened this issue Dec 17, 2020 · 2 comments

Comments

@austinhaas
Copy link
Owner

austinhaas commented Dec 17, 2020

Currently, eldoc just looks up the symbol in whatever namespace is currently loaded. This may lead to unexpected results.

@austinhaas austinhaas changed the title eldoc should be smarter about namespaces eldoc: Consider including the namespace from the current buffer when looking up a symbol. Dec 17, 2020
@austinhaas
Copy link
Owner Author

Partial fix in dev branch: 4de848f

Partial, because it doesn't work in clojurescript. In clojurescript, ns always returns nil, and I don't know another simple way to get the current namespace.

@austinhaas
Copy link
Owner Author

Merged.

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

No branches or pull requests

1 participant