java - How to develop a content assist like the one of Eclipse IDE? -
i want develop content assist own ide 1 eclipse offers java. problem is:
how display information of completion proposal has html text(javadoc in case of eclipse)?
i know how use string show information of method in content assist:
new completionproposal("catch(a)", index + 1, offset - (index + 1), "catch(a)", img, keyword + " ", null, "catches exception a");
tks time, regards ramos
Comments
Post a Comment