
Hello,
I tried to set a variable declaration inside the header text, but the variable was not shown in the intelli-prompt. Example:The variable 'i' is not shown in the intelli-prompt.
Thanks.
I tried to set a variable declaration inside the header text, but the variable was not shown in the intelli-prompt. Example:
editor.Document.HeaderText = "namespace MyNamespace { class MyClass { void myMethod() { int i;";
editor.Document.FooterText = "}}}";
Thanks.