For field tooltip in VSCode please add support of UTF-8 icons and display field label too. #5369
PawelWozniak
started this conversation in
Ideas
Replies: 2 comments
-
This issue has been linked to a new work item: W-14853133 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@PawelWozniak Thank you for the feature request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
I wanted to write a question to the user about some fields that I saw in the code. But in VSCode I see only API names and for the user I need to have labels. Currently I need to go to SF setup find fields and copy over labels which is time consuming.
Describe the solution you'd like
Since some fields have different labels than API names I would like to see field label in VSCode popup that is shown when mouse is over the field API name.
Now I see data type, object and api name --> String Contract.Status
Would like to see that + label --> String Contract.Status (Document Status)
I mean this popup:
Additionally I would like to see UTF-8 icons used there, in this case 👉 symbols should be there:
SF is not respecting new lines in tooltip that is the reason why I am using hands to point new bullet.
Describe alternatives you've considered
Not considered as it seems to be simplest solution.
Beta Was this translation helpful? Give feedback.
All reactions