
I see that the WPF version of SyntaxEditor and the Web Languages Add-on is the direction you recommend these days and I am willing to go in this direction as long as I know that I can deliver the functionality that I need.
I have tried your demos, I have downloaded sample software, read help files, and reviewed as a great deal of content on your site but I still do not see anything that suggests I can do what I want. Your Javascript demo for WPF does not provide the functionality I seek so I am finally asking for your help.
What I want is intelliprompt for all of the built-in or native Javascript functions and features such as Math, Date, Array, etc. So if I type var x = Math. it should drop down a list of the various math properties and methodsfunctions such as Math.E, Math.PI, Math.abs(x), Math.tan(x) etc.
Is this possible? Can you get me pointed in the right direction?