Would it be possible to add a way similar to notepad++ to goto line number pressing ctrl-G presents:
This would allow you to go to a line with exception in debug vs having to scroll.
Also it would be nice if you could alt-click and select down for editing like in notepad++
Hi @kest874 ,
We will enable go to line via CTRL+G with the next release.
Column selection is possible right now - use ALT+SHIFT and drag selection:
1 Like
@korchev that's excellent, if there a keyboard shortcut reference somewhere?
No as we don't know them all ourselves The code editor is basically Visual Studio Code as a standalone component. Here are its shortcuts https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf
Some of those features are not available in Radzen Blazor Studio though (for example the command palette, go to symbol, etc.).
kkluth
June 10, 2023, 2:58am
5
@korchev Please add the usage of the Arrow keys to the columnar selection. ALT+SHIFT+ArrowsKeys. That is the de facto standard across most Microsoft tools and notepad++ mentioned above.
This already works as in Visual Studio Code - with CTRL+SHIFT+ALT+Arrows.
kkluth
June 12, 2023, 5:15am
7
@korchev Thank you for that, I did not know that Visual Studio Code by default comes that way.
Keyboard shortcuts - Visual Studio (Windows) | Microsoft Learn
The Shift+Alt+Arrow Keys have been the standard in Visual Studio and SQL Server Management Studio (SSMS). SSMS shares the text editor of Visual Studio for the last few years.