I have an editor that i am using as a code fragment editor. Very much like the sample project. The problem is that I cannot get the intelliprompt members to popup in the fragment. I do get the quick info hoover information.
For example, Dim O As Object... I get intelliprompt after I type "As" and i see all the classes, etc. But then if i go to the next line and type "O." I do not see any members.
I am setting the HeaderText and FooterText on the editor, and the odd thing is that if i instead move that code to all reside within the editor.document.text, then i DO get the intelliprompt for the members on the Object as expected.
Any ideas as to why it won't work with the same code in the HeaderText and FooterText?
For example, Dim O As Object... I get intelliprompt after I type "As" and i see all the classes, etc. But then if i go to the next line and type "O." I do not see any members.
I am setting the HeaderText and FooterText on the editor, and the odd thing is that if i instead move that code to all reside within the editor.document.text, then i DO get the intelliprompt for the members on the Object as expected.
Any ideas as to why it won't work with the same code in the HeaderText and FooterText?