How to register shortcut for specific .puml files

已回答

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

0

Shortcuts can be assigned only "globally" to an Action. So you'll need to add custom action and make it available in such contexts.

0

请先登录再写评论。