You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be great if CTRL+Space (or whatever your hotkey is for show suggestions) would show all the literal string options available for string literals.
In my case I have an <Icon> React component which takes an icon key as one of its props, and I want to limit the options that can be chosen. The string literals work great. Unfortunately because of the number of icons it's somewhat difficult to know what your options are and the intellisense is next to useless in this case because you get basically the first 3 or 4 options in the description, but nothing more. Being able to invoke suggestions and get the list would be a huge help.
The text was updated successfully, but these errors were encountered:
Would be great if CTRL+Space (or whatever your hotkey is for show suggestions) would show all the literal string options available for string literals.
In my case I have an
<Icon>
React component which takes an icon key as one of its props, and I want to limit the options that can be chosen. The string literals work great. Unfortunately because of the number of icons it's somewhat difficult to know what your options are and the intellisense is next to useless in this case because you get basically the first 3 or 4 options in the description, but nothing more. Being able to invoke suggestions and get the list would be a huge help.The text was updated successfully, but these errors were encountered: