Replies: 3 comments
-
Potentially it could be also expanded for things like fields, where instead of just having 'field' there, we'd have their type. |
Beta Was this translation helpful? Give feedback.
-
Or the signature help could be displayd on window as you type the parameters: #1329, or both 🤷 or both and make it configurable. |
Beta Was this translation helpful? Give feedback.
-
I think the signature help is another feature altogether. I wonder if maybe allowing for free configuration of the completion pop-up would be the way to go, or maybe just having couple layouts the user can choose from? |
Beta Was this translation helpful? Give feedback.
-
One feature I really feel like I'm missing is ability to preview information about functions without selecting them to trigger the popup. Information such as return types / full function signatures are useful to filter out the ones you don't care about when exploring a codebase.
At the same time it does add a lot of clutter, so I think having this togglable would be great.
Some quick screenshots
Full function signature
Only the return type
Use displaying return type as indication it's a function
Beta Was this translation helpful? Give feedback.
All reactions