[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.imp] contentProposer on current writing
|
Hi,
how to use the contentProposer during code writing?
Indeed, when writing code, I would like to propose the attributes of an
object when I do CTRL + SPACE.
But the problem is that the parser is triggered and detects an error.
therefore, it does not generate the AST tree.
What would be a correct solution ?:
stop the automatic parser (but then, the tree will not be uptodate)
continue parsing despite syntax errors
another idea?
I think there is a solution because the JDT can do that.