Kenneth Cochran

Results 14 issues of Kenneth Cochran

When two classes inherit from each other, it would be nice if the interfaces did also. ```cs [GenerateAutomaticInterface] public class Parent : IParent { public void ParentMethod() { } }...

enhancement
wontfix

### Describe the need of your request When launching our full app for local development with our aspire AppHost, we can debug the dotnet projects, but breakpoints in our JavaScript...

feature

On Mac, I am unable to use the usual keybindings to jump forward and backward by words, go to previous/next line, etc. I've found that these same keybindings *do* work...