Robert van der Hulst

Results 28 issues of Robert van der Hulst

**Describe the bug** The new editor does not properly handle [code] sections. I see a least these problems: - Inside a code section it interprets smileys (like foo:DoSomething) - When...

bug
no-issue-activity
CKeditor

You can change the color for the Brace Matching, because there is a TextMarketTagType property in the base class (should that not be TextMarke**r**TagType). I have just created a pull...

The toolkit version 15 has a dependency on Microsoft.VisualStudio.SDK version 15.0.1. This nuget package has a dependency on VSLangProj150 version 15.0.26229 This nuget package has an incomplete list of types....

When you create a new project with the new project wizard (I tested this in VS2019) then the OnAfterOpenSolutionEvent is called with a null object. I am not sure if...

bug
help wanted

@madskristensen , I know that in past episodes on youtube you were struggling on how to add items to the Edit-Advanced menu. I had to do something similar and also...

good first issue
help wanted

We have created VS support for our own development language. We are now looking into adding CodeLens support. Does anybody know of an example showing how to enable this inside...

I have received a request from a customer to extend the search functionality in VS. At this moment when you search in all files, you get a snippet of the...

Sam, Have you ever tried to move this code forward to the latest Antlr. I have tried to replace your code with Antlr 4.10.1 and (after changing the case for...

Does anybody know how we need to mark regions so they will be recognized by the "Sticky Scroll" feature in the VS Editor. We are now using ClassificationSpan to mark...

When an assembly that we depend on has many other dependencies, then loading that assembly by this task may fail. Wouldn't it be easier to add a new global InternalsVisibleTo...