-
Notifications
You must be signed in to change notification settings - Fork 37.4k
Closed
Labels
*out-of-scopePosted issue is not in scope of VS CodePosted issue is not in scope of VS Codeapieditor-code-actionsEditor inplace actions (Ctrl + .)Editor inplace actions (Ctrl + .)editor-contribEditor collection of extrasEditor collection of extrasfeature-requestRequest for new features or functionalityRequest for new features or functionality
Description
I have multiple code action providers and have been unable to sort them as I'd like (eg. one provider is low priority and should always come last).
I found this code:
Which suggests that the messages from the associated diagnostics are used - however I tried messing with these and it didn't seem to make any difference (it also seems weird to use the text message of the associated diagnostic which is not visible on the screen to sort with).
Is it possible to add some sort of rank to code actions to allow sorting from multiple providers to be influenced (or at least, the sorting rules documented).
(cc @mjbvz)
DanTup
Metadata
Metadata
Labels
*out-of-scopePosted issue is not in scope of VS CodePosted issue is not in scope of VS Codeapieditor-code-actionsEditor inplace actions (Ctrl + .)Editor inplace actions (Ctrl + .)editor-contribEditor collection of extrasEditor collection of extrasfeature-requestRequest for new features or functionalityRequest for new features or functionality