JetBrains UI Guidelines re: Navigation & Information Aids in an Intention

Hi, I'm making a plugin called python-intentions. I'm considering adding GOTO intentions, where there would be intention to GOTO the import statement for an imported module field.

Another idea I'm considering is to add an intention to display the external dependencies that are used within a module. Following imports to any dependency that is external to the package that the current module is in.

I havn't seen any plugins implement this sort of behavior. Would this be a violation of UI guidelines or is this fair game?

0

请先登录再写评论。