SketchIt! and Code Iris plugins on PHPStorm 2019.2

I installed this plugin and there doesn't seem to be any way to use it.  The information about the SketchIt! plugin in the repository says that it should be available as an option but it's not showing up there.  It's not showing up anywhere.  It's not in the menu when you right click on a file in your project.  I do see the default "Diagrams" option when you right click but that doesn't reference SketchIt! either (not that I really expected it to but I was hoping since I didn't see it anywhere else).

For the Code Iris plugin, there really isn't any documentation on their site w/r/t how to use it and I don't see it showing up in any of the menus.

So I'm wondering, do these plugin not work for 2019.2?  Does it not work at all?  Do I need to launch them using a different method?

Any help would be appreciated!

Christoph

0

As far as I see from the plugin repository information, both plugins are incompatible with PhpStorm:

https://plugins.jetbrains.com/plugin/10387-sketch-it-/versions

https://plugins.jetbrains.com/plugin/7324-code-iris/versions

 

How did you manage to install these?

0

@Vasiliy, for Sketch It! I guess I assumed that 2017.3+ meant every version after 2017.3.  I could be wrong?  However, Code Iris says 2019.2+ and I'm currently running 2019.2.

I installed them using Settings -> Plugins -> Install plugin from disk.  PHPStorm happily installed them both and they are both showing as "enabled"

thnx,
Christoph

0

A quote from my SO comment:

None of the mentioned plugins is capable of doing what you are looking for. Sketch It! is a plugin that generates diagrams from PlantUML code, and Code Iris is designed for Java/Groovy. None of them support PHP. Doesn't the built-in feature do the trick for you: jetbrains.com/help/phpstorm/class-diagram.html

0

请先登录再写评论。