[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [ease-dev] Editor code completion
|
Hi,
if you are using the CompletionDescriptionFormatter we can try this the other way around. If it was working with the old implementation I will simply try to add the code to my implementation and see if it is still working. In the end I guess you only need the IContentProposal with the correct string message or am I missing something?
Regards,
Martin
On Aug 12, 2015 18:21, "Vidura Mudalige" <
vbmudalige@xxxxxxxxx> wrote:
Hi Martin,
Thanks for the reply.:) Since your all commits have not been merged yet I cannot see any code completion suggestion. Therefore I cannot check my previous code which had been used to display help hovers for code completion suggestions. The other problem is I need to set my own content proposal descriptions for all the methods and fields. Earlier I had done it using "CompletionDescriptionFormatter" class. I don't know whether now is it working...
Thank you.