Posted 16 years ago
by svb70

I'm very new to using the syntax editor and have all that I need implemented except full intellisense support.
I can show lists at will and now have come to the point where I need to construct the in-memory database that drives the completionlist population based on caret context. I could not find any help on standard ways of doing this. I have my own idea of how to do it, but don't want to re-invent the wheel if it has already been done.
I saw mention in some thread on here about looking at semanticparser, but couldn't find it in the help file.
So I would be greatful if anyone has experience of implementing this.
I'm interested in the wpf c# add on stuff, but again couldn't find any help on exactly what this gives me. using the add-on exactly what would I need to do to turn c# intellisense on as it is apparently automatic. Many thanks.
I can show lists at will and now have come to the point where I need to construct the in-memory database that drives the completionlist population based on caret context. I could not find any help on standard ways of doing this. I have my own idea of how to do it, but don't want to re-invent the wheel if it has already been done.
I saw mention in some thread on here about looking at semanticparser, but couldn't find it in the help file.
So I would be greatful if anyone has experience of implementing this.
I'm interested in the wpf c# add on stuff, but again couldn't find any help on exactly what this gives me. using the add-on exactly what would I need to do to turn c# intellisense on as it is apparently automatic. Many thanks.