|
2022‑07‑25
41 views
|
"Hi,
we experienced an InvalidOperationException while iterating over AssemblyReferences collection, because the col..."
|
|
2011‑10‑25
5,367 views
|
"It would be very useful to expose intellisense for object initializers. When I declare an object like:
new Bob() {..."
|
|
2022‑06‑30
58 views
|
"private readonly CustomCompletionProvider customCompletionProvider = new CustomCompletionProvider();
private readonl..."
|
|
2022‑06‑23
60 views
|
"Hi,
we have a cache that stores the parse data for documents which are not opened in an editor. We use the parse da..."
|
|
2022‑05‑30
80 views
|
"Hi,
I have noticed that the quick info tooltip is not always shown.
The documentation is shown correctly in the i..."
|
|
2022‑05‑25
59 views
|
"Hi,
I have noticed that the memory consumption of the new .net Add-on is significantly higher than with the old Win..."
|
|
2022‑05‑12
72 views
|
"Hi,
We are trying to get the summary comment of a method, and have found that when an attribute is placed before th..."
|
|
2022‑04‑29
64 views
|
"Hi,
we are switching our C# editor from the old WinForms version (14.1.320) to the latest WPF version. And we are u..."
|
|
2022‑04‑13
79 views
|
"Hello,
Looks like there is no intellisense in the string interpolation:$"the value is: {someVariableOrWhatever.???}..."
|
|
2022‑03‑11
137 views
|
"Hello,
I have an issue with intellisense. Please consider the following sample:
switch ("a")
{
case "a":
va..."
|
|
2022‑02‑09
96 views
|
"Hello, when I replace "Public Class" with "Protected Module" in the example code in VB.net code editor inside the Sam..."
|
|
2021‑09‑16
267 views
|
"Hello,
I want to implement the cross-reference functionality by using C# Syntax Edtior.For that, I want to get the ..."
|
|
2021‑09‑09
321 views
|
"Hello,
In SytaxEditor, I would like to refer to definitions between multiple codes in a project, get QuickInfo, us..."
|
|
2021‑09‑09
305 views
|
"Hello, I would like to implement Go To Definition functionality.
I tried to implement it by referring to this forum..."
|
|
2021‑08‑18
276 views
|
"Hello Actipro,
I am looking at slightly customizing the default CSharpTextFormatter that comes default with the Syn..."
|
|
2021‑07‑14
318 views
|
"Hello Actipro,
I am looking to customize the Syntax editor component for C# scripting but am not seeing how to cust..."
|
|
2021‑03‑29
409 views
|
"I was trying to hidde some lines of the code in the syntax editor(not with region. I want not visible), but finally I..."
|
|
2021‑03‑17
307 views
|
"There is currently no IntelliPrompt errors when the type is not known in C# or VB file like
UnknownTypeXYZ a;
..."
|
|
2021‑03‑17
351 views
|
"It looks like the SyntaxEditor currently ignores C# preprocessor symbols like DEBUG and directives like #if. Any plan..."
|
|
2019‑11‑01
908 views
|
"I am trying to use the SyntaxEditor + c# addon as a Roslyn script textbox.
To accomplish this, I try to wrap th..."
|