Abdu Bukres
- Total activity 491
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 189
-
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... -
Created Adding an element to a dictionary is not a write usage in R#?
AnsweredI have a dictionary. Let's say it's defined as Dictionary<string.bool> someDictionary = new Dictionary<string,boo>();I have a line that adds to it like: someDictionary.Add(....)When I hit alt-F7 (f... -
Edited Intelligently expand modal windows like the rename refactor
When I rename a variable and expand a node, I get a window like the one below. The horizontal scrollbar went all the way to the right and I can't see what the subnodes without me manually scrolling... -
Created Selecting a bookmark causes Git blame to disappear
AnsweredWhen using Git blame, it opens a new pane. If I use a R# bookmark, the pane disappears. I don't know if this is a bug or normal behavior.Using R# 2020.2.4 and latest VS 2019. -
Created Resharper causes VS to be non response when used with a third party extension
I am using the Favorites extension. https://marketplace.visualstudio.com/items?itemName=SergeyVlasov.FavoriteDocuments&ssr=false#overviewWhen I use the extension, VS goes into not responding mode. ... -
Created There's only a single option to create a JS function
AnsweredWhen I type a JS function to call it and the function doesn't exist, I see only one option to create it and that option is to create a local function. This means a function inside my function. var ...