oleg-shilo / codemap.vscode

Code map (syntax tree) of the active document
MIT License
85 stars 28 forks source link

Are there plans to support java DOM? #11

Closed VAllens closed 4 years ago

VAllens commented 5 years ago

Are there plans to support Java language DOM? FYI. Thanks.

oleg-shilo commented 5 years ago

I have composed a quick parser for Java (attached). Extract it anywhere and add it to the VSCode settings as a mapper for Java syntax:

image

This will produce the map for class and class methods:

image

Please note that the attached mapper is a draft and it may take some improvement. Thus if you do anything useful to it you may share it here and I will add it to the next release.

mapper_java.zip

VAllens commented 5 years ago

thank you so much !!! :)