What is the equivalent of Visual Studio "Toggle All Outlining"
Answered
In Rider, I want to add a button to main tool bar to perform"Toggle All Outlining" (like in VS)
Default key press: Ctrl+M, L
Can I do this in Rider?
Please sign in to leave a comment.
As far as I know, there is no exact equivalent in Rider. I'd suggest using "Expand/Collapse All" instead (Code -> Folding -> Expand/Collapse All).