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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -