-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Symbols list: give declarations a different icon than definitions #3117
Comments
The fix for adding a declaration icon is being tracked by VS Code itself at microsoft/vscode#23927 . However, I believe we can move the (declaration) to the front. UPDATE: The fix was made, but the check in has been delayed till after the March release ships. |
OK, thank you.
Have a nice day
JF
…On Thu, Jan 31, 2019 at 4:13 AM Sean McManus ***@***.***> wrote:
The fix for adding a declaration icon is being tracked by VS Code itself
at microsoft/vscode#23927
<microsoft/vscode#23927> .
However, I believe we can move the (declaration) to the front.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3117 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Adl91KU7rua2e4WOMA--aXv-oaHRExJ5ks5vIl9CgaJpZM4aZwAx>
.
|
We decided not to fix this, because:
If more people complain about this then we could reconsiders. Or VS Code could fix microsoft/vscode#23927 . |
It looks like the linked VS Code issue has been completed. |
@bobbrow VS Code didn't add a declaration enum/tag/icon (just "deprecated"). Should we file a new issue with VS Code or what? |
follow from here: microsoft/vscode#113845 |
In the symbols list, is it possible to give the declarations a different icon than the one for the definitions?
Or put the declaration marker (declaration) at the start of the line? Like it is done in the navigation list. (which would also be more consistent I think)
The text was updated successfully, but these errors were encountered: