melix / asm-bytecode-intellij

An ASM (http://asm.ow2.org/) plugin for IntelliJ IDEA
69 stars 44 forks source link

Hightlight lines in editor according to what is selected in the ASM ToolWindow #2

Open melix opened 13 years ago

melix commented 13 years ago

It would be handy if clicking on a line in the tool window editor (bytecode or ASMified views) moved the editor of the class to the corresponding line.

Eventually, provide bidirectional syncing.