Hi,
I would like to make a plugin for Qt Creator, and I want access to the parsing files (AST) in Qt Creator. For example if you right click on a variable, retrieve its type.
I just looked at the doc and I have not found something very significant. And I fear myself having to parse the page.
Anyone have tried it and succeeded? :p