Abdu Bukres
- Total activity 491
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 189
-
Created Why is R# reporting so many errors in my Typescript files when these files compile fine?
My Typescript files all show errors by R# but these compile and execute fine.For example, I have an array and the array's push function or the length property show up in red.For example, this is th... -
Created 'Resharper Current line highlight' not working
CompletedI changed the colors for 'Resharper Current line highlight' option several times and it has no effect. I am using the dark theme in VS 2019 16.4.3 and R# 2019.3.1. I get the cursor and no highlight... -
Created Why is my long line getting chopped when 'Wrap long lines' is disabled?
This is an example of a line that gets chopped/wrapped at the first comma when I do a code cleanup. I want it to stay as is without chopping. _.each(this.userCoordinationNonDefaultTypes, (userCoord... -
Created Why bookmarks don't work in sql files?
I have some huge sql files in database projects and noticed I can't use R# bookmarks in them. I know VS's bookmarks work but I never use them and I don't want to use two kinds of bookmarks and use ... -
Created Debugger Visualizers have been disabled. No more magnifying glass
I am using R# 2017.3.5. I noticed today that none of the debugger visualizers magnifying glass are showing anymore. This seems to have happened in one of the latest releases and I am going to guess... -
Created Why doesn't R# replace the variable/prperty/etc with what I selected from Intellisense instead of just pasting?
AnsweredIf I have a line of code like this: if (txtThisissometextfields.Text....) and I want to to replace this field with another one so I put the cursor in front of 'txt' and type txt and get a list of o... -
Created Why doesn't ctrl-left click go straight to implementation instead of interface definition?
When I ctrl-left click on a method, VS goes to the interface definition. Then from there I have to ctrl-shift-alt-B to go to the method implementation. This is cumbersome. Why doesn't it go straig... -
Created R# doesn't add line breaks between functions which are inside a function
I have a JS code formatting setting to have a 1 line break between functions. It seems this setting doesn't work for functions which reside inside another function. Is this how to works? I am using... -
Created Have to suspend then resume/clear cache R# 2016.2 multiple times until R# is active AND no errors
AnsweredI have a VS solution where when I load it, R# is not active. I can see the wide analysis circle at the bottom right. I have to go through several tries of suspend and resume R# until R# at a random... -
Created How to stop Build Results window from opening inside the Find Results window?
My Find Usages window opens in a floating Find Results window and I like it that way. However it seems once it gets opened (and closed) in that fashion, every subsequent build opens its Build Wind...