PSI Viewer

Hi,

I finished a lexer and try to unserstand the parser. I would like to see the PSI Viewer. I have added "idea.is.internal=true" to bin/idea.properties

Under Tools there is nothing new? Is this not working with the community edition?

Also I installed https://github.com/cmf/psiviewer. How do I use that? There seems to be no documentation except source code. I found some keyboard shortcuts in the plugin.xml but they don't work.

Thanks,

Roland

1

There should be "Show PSI Structure..." menu entries under Tools, this is bundled with Community Edition.

Most likely you're editing the wrong idea.properties file.

Please follow https://intellij-support.jetbrains.com/hc/en-us/articles/206544869-Configuring-JVM-options-and-platform-properties how to change idea.properties

1
Avatar
Permanently deleted user

Thanks. It is there. I was looking in the Tools menu of the new window while I was debugging my plugin.

Is it possible to add this also to the Run/Debug Configuration?

 

0
Avatar
Permanently deleted user

VM Options: -Didea.is.internal=true

works!

0

请先登录再写评论。