User-defined types - Intellisense required parameters #9640
Labels
enhancement
New feature or request
Needs: Upvote
This issue requires more votes to be considered
type system
Is your feature request related to a problem? Please describe.
Currently when you use intellisense with option required parameters those parameters are added to the code in alphabetical order it seems. Is there possibility that the parameters are added in the order they are defined in type? When you have objects that have property like name you would want that to be first so you can add value to it first. It makes it easier to think what values to add to each parameter.
Describe the solution you'd like
See above.
The text was updated successfully, but these errors were encountered: