ShadowDancer

Results 6 issues of ShadowDancer

Currently if I type application name help screen does not contain any short description of application. If I use help on windows dir command: ``` `C:\Users\Example>dir /? Displays a list...

I'm investigating possibility to run the language server entirely in the browser. Monaco editor can be used as a frontend. My use case is: Code editor with IntelliSense running entirely...

## What does the pull request do? This PR changes praser from XDocument to Microsoft.GuiLabs.Xml Further improvements are required to make it usable in language server. The only thing I...

## What does the pull request do? This PR allow compiler to report errors in non-strict mode Also removes some unnecessary parameters (old members are obsoleted). ## What is the...

https://github.com/KirillOsenkov/XmlParser Using this new parser should allow us to reuse XamlX to run diagnostics for avalonia. This parser is error-tolerant, so it is well suited for processing text typed by...

I think that it would be nice if we could display additional text about application if someone types `MyApp --help`, and additional help for verb if someone types `MyApp Verb...

enhancement
good first issue