How to register shortcut for specific .puml files
Answered
Is it possible and how to register some action for only specific files? I need to replace "find usages" and "go to definition" for only .puml files that contain specific words. Or I need just to create action add to a "go to" group and filter unnecessary files in AnAction implementation
Please sign in to leave a comment.
Shortcuts can be assigned only "globally" to an Action. So you'll need to add custom action and make it available in such contexts.