Abdu Bukres

- Total activity 475
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 184
-
Created Full cleanup not removing regions
AnsweredRegions are not being removed during full cleanup.I have Remove Region set to All for the default pattern. Apply file layout is being used for Full Cleanup.I ran the Full Cleanup at the solution le... -
Created Why is extract interface to existing interface not in 'Extract Interface' but in 'Pull members up'?
CompletedWhy is extract interface to existing interface not in 'Extract Interface' but in 'Pull members up'?This feels unintuitive and not natural? -
Created Why no option for 'Specify type explicitly' just for the one line?
CompletedI wanted to specify a type explicitly for a line and got options to do it for the method, for the class, for the project and for the solution.Why there's no option to do it for just the line I am o... -
Created Can Visual Studio start without R# opened windows like the Find Results one?
CompletedWhen I start Visual Studio it starts with R#'s windows like Find Results. Maybe these were opened when VS was closed. I suspect these windows are slowing down the VS's startup. Also Find Results op... -
Created How to stop all the debug unit tests in one go?
AnsweredHow to stop all the debug unit tests in one go? It seems debug unit tests are running in parallel and I have to manually stop each one. -
Created Import/Export bookmarks? Ability to have each branch have its own bookmarks
AnsweredI work on different stories where each story is in its own branch in the same solution. Because each story has its own files to work on, one branch's bookmarks are not applicable in another branch.... -
Created How do I extract an interface from a method as a new member into an existing interface?
I have a file with an interface and its implemented method. I added a new method and now I want to add its interface method to the existing interface. The Extract interface dialog is making me choo... -
Created How to apply the IntelliJ IDEA keyboard scheme AND keep the custom keyboard shortcuts?
For some reason once a while I lose the IntelliJ keyboard scheme. I just tried alt-F7 for finding usage and it didn't do anything.Then I click the 'Apply Scheme' button and restore the mappings. Ho... -
Created Copy_fqn keyboard shortcut without the namespace?
Is there a way to use Copy_fqn keyboard shortcut without the namespace? I just want classname.methodname. -
Edited R# doesn't suggest adding the new parameter to the called method
AnsweredI have a method with two parameters. In the caller I typed a third parameter (extractFullName in this case) and R# doesn't suggest adding it to the called method. There are in total 9 suggestions a...