-
-
Notifications
You must be signed in to change notification settings - Fork 414
Open
Labels
type: enhancementNew feature or requestNew feature or request
Description
Is your enhancement request related to a problem? Please describe.
To solve #3636, I had to split the hls-pragmas-plugin into three separate plugins (see #3640),
so that I could decrease the priority of the "disable this warning" codeAction.
A cleaner solution would be to have a single plugin with priorities set for the individual PluginHandlers.
Describe the solution you'd like
- A property for each
pluginHandler(analogous to thePluginDescriptor.pluginPriorityproperty) that lets us define the priority of eachpluginHandler. - This priority should be used to sort the code actions and completions.
michaelpj and fendor
Metadata
Metadata
Assignees
Labels
type: enhancementNew feature or requestNew feature or request