Hello folks
I want to begin developing a plugin, but I have not found any good tutorial
sites. I want to use the Abstract Syntax Tree to fetch out information of the
current Java-project.
Do I have to create a plugin-project to use the AST classes?
If I create a normal Java-project, this line of code cannot be found:
“import org.eclipse.jdt.core.*;”
So, maybe anyone knows any good tutorials of how to begin developing
plugins and how to use the AST classes?
Greetings