Abdu Bukres

- Total activity 466
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 181
-
Abdu Bukres created a post, CompletedCan Visual Studio start without R# opened windows like the Find Results one?
When 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... -
Abdu Bukres created a post, AnsweredHow to stop all the debug unit tests in one go?
How 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. -
Abdu Bukres created a post, AnsweredImport/Export bookmarks? Ability to have each branch have its own bookmarks
I 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.... -
Abdu Bukres commented, -
Abdu Bukres created a post, 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... -
Abdu Bukres created a post, 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... -
Abdu Bukres commented, -
Abdu Bukres created a post, 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. -
-
Abdu Bukres created a post, AnsweredR# doesn't suggest adding the new parameter to the called method
I 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...