-
Notifications
You must be signed in to change notification settings - Fork 10
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
Case insensitive go to definition #118
Comments
I'll check into that. I haven't looked at the goto stuff in awhile. Thanks!
…On Wed, Jan 16, 2019, 2:40 PM nanduhumedo ***@***.*** wrote:
VHDL is case insensitive. Remove case requirements for going to definition
of signal or entity on hover.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#118>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AatvGXmGtYVgj1MMla6wDp0RL3UI-xPhks5vD45bgaJpZM4aD6JN>
.
|
Thank you! |
Unfortunately I am not certain I can do this. I have checked and duplicated your findings with the following:
In this instance if you hover over |
Okay from a quick chat on Discord with other package developers, it turns out that this is a Sublime Text limitation currently. There's a link there to the issue on the editor bug page. So unfortunately there's nothing I can do about this one right now. Best suggestion is to adopt a good coding style (like |
Maybe I need a new label for ST bug. |
This is now an enhancement request for Sublime Text here: sublimehq/sublime_text#2571 |
Thanks for submitting that. Appreciate the responsiveness. |
No trouble at all. Thanks for noticing that. I don't usually have that
situation personally and never occurred to me to check it.
…On Thu, Jan 17, 2019 at 9:20 PM nanduhumedo ***@***.***> wrote:
Thanks for submitting that. Appreciate the responsiveness.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#118 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AatvGRPRTzU5P2PFgrosBBqjl03wSBqnks5vET1hgaJpZM4aD6JN>
.
|
My specific use case is entities being named in all caps but instantiated in lower case. Not a big deal, but would be nice to have. |
VHDL is case insensitive. Remove case requirements for going to definition of signal or entity on hover.
The text was updated successfully, but these errors were encountered: