-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
getWordRangeAtPosition does not respect word separator settings #8233
Comments
The For example, css defines that I agree there is ambiguity here, as this uses the word definition of a language and not the word definition of the end user. Any thoughts on how to improve here to reduce confusion?
|
I saw this docstring in the hover info for getWordRangeAtPosition, but unfortunately the link [word definitions] does not perform any action when I click on it (like opening in a browser or view). So I did not realize there was an explanation for how to do this. Given that I think what you have is sufficient. I will try to add a language customization and see if it works as it should. If so I will close this issue. Thanks, |
Verified that getWordRangeAtPosition respects language settings. |
@jrieken -- |
We only use (and can verify) them when the html doc page has been generated. For each symbol (class, interface, enum, method, etc) we generate a anchor-target with its name. Only then those links work... |
Steps to Reproduce:
Result: Returned range only contains "clojure" or "test" depending on chosen position.
Expected result: Returned range contains entire string "clojure.test".
The text was updated successfully, but these errors were encountered: