Stefano Menci
- Total activity 42
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 11
-
Created How does the "Generate code right in the editor Ctrl+\" work?
I placed the caret inside a class, pressed ctrl+\ and typed “create an indexer”. Rider crunched and crunched, and showed me a diff of a file that had no changes on the selected class, had a few cha... -
Created The preview in the Problems window doesn't scroll to the selected line
When I selected on an item on the Problems window in Rider, the preview on the right shows the first line (bad) of the selected file (good).When I selected on an item on the Problems window in PyCh... -
Created Remember bottom panel height on each tool
I like to work with one of the following windows visible on the bottom panel: The Problems (Alt+6), I like to keep it very small and keep an eye on any entry appearing in there as I edit the code T... -
Edited Why does it show the wrong number of usages?
Usually when Rider says there are "2 usages", both ctrl+click on the member name and click on the "2 usages" label show the two usages. Why dos Rider in this case say there are "2 usages", but when... -
Edited Why is Rider's Windows Form designer crippled with bugs?
AnsweredOr in other words, when will the Windows Form designer be ready for production? I switched from Visual Studio to Rider because I am familiar with PyCharm and I am happy about the switch. I think Ri... -
Created Unable to run a class library project
I cloned a class library project from GitHub, I opened the solution with Rider, tried to run it, but couldn't figure out what was missing. I spent about two hours reading documentation and googling... -
Created Is it possible to keep the Errors In Solution content automatically expanded?
I use the Errors In Solution very often, but every time I look at it, the tree is collapsed and I need to click on it to expand all (or move the focus to it and press Ctrl + +). Is it possible to s... -
Edited Evaluating expressions fails because the type is defined in two assemblies
The first snapshot below shows the error message shown after selecting an expression and pressing Ctrl+Alt+F8 for a quick evaluation. The same error appears trying to evaluate the same expression i... -
Created Diff Preview Location in the Git panel is wrong
The snapshot below shows some options in the Rider's Git panel. The same options are available in PyCharm, and they specify whether the diff window appears on the right or at the bottom of the Git ... -
Created Use change list name as commit message
AnsweredIn PyCharm I review my changes and organize them in changelists. Then I select one changelist at a time, press ctrl+K and commit them. If the changelist has no comment, the commit dialog uses the c...