DotRush language support and limitations
mainDotRush is optimized for C# development.
Supported Features:
- Roslyn-based IntelliSense (autocompletion, suggestions, navigation).
- .NET Core Debugging and Profiling.
- Unity and Godot debugging.
- Multi-target diagnostics (linting/error detection across target frameworks).
- Code decompilation via ICSharpCode Decompiler.
Unsupported Features/Languages:
- Languages: Does not support
Razor,XAML, or other non-C# languages. - CodeLens: Does not support CodeLens features such as showing references or test context within the source code.