Code editor

Radzen Blazor Studio features the same code editor that powers Visual Studio Code. It offers robust code editing experience which developers know and love.

Autocomplete

Autocomplete has become ubiquitous and every editor has it on one form or other. Radzen Blazor Studio provides full autocomplete support in C# and razor files. You can preview members and check parameter info and API reference.

Radzen Blazor Studio autocomplete

Diagnostics

Radzen Blazor Studio analyzes your code as you type it and displays info if it encounters any errors. Hover the squiggly lines to see what the problem is.

Radzen Blazor Studio diagnostics

Preview

Hover your code to see instant preview - member type, API documentation, and values (during debugging).

Radzen Blazor Studio preview