Andreas E Hoffmann

- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 10
-
Edited Feature-Request: Third option to cycle through issues
Hi,as you know, i can cycle through the issues in a file by pressing “F2” or by using the buttons in the top-right corner of the editor.It is even possible to configure the order:I would like to su... -
Edited Javascript: unresolved reference?
Let's assume the following Javascript-file:function doSomething() { "use strict"; if (y === window.x.Foo) { //do something } } How can I make Rider warn about the undefined variable “y” and NO... -
Edited Rider keeps loosing settings
Sorry, this is a bit of a rant. I am simply sick of loosing settings every couple of weeks. For some reason, Rider seems to have issues remembering my settings and the settings of other members in ... -
Created Better information about branches in a filtered view?
AnsweredHi, in the following view, I let Rider display the git-history of the file "AbsenceTermVO.cs". Technically speaking, this is 100% correct. But which version of the file is the one currently contai... -
Created Javascript: Warn on optional chaining
Hi, we are struggling with the usage of too modern features in javascript: They work fine on our dev's machines but fail on old devices in the real world. For example: optional chaining ("x?.SomePr... -
Edited Please stop deleting my code on auto-complete
AnsweredWhy does Rider delete code to the right of my cursor when I use auto-complete? I just don't get it. Take the following line: In this line, I forgot to get the directory-name from the full filename... -
Created C#: how should I deal with deliberately unused parameters?
Hi, please consider the following method: public void Foo(int i) { Console.WriteLine("Hello World!");} Of course, Rider displays a warning, that the parameter "i" is unused. But there are some c... -
Edited Require.js and typing
Hi, I am working on a very javascript-heavy project that uses require.js. I was surprised to learn, that Rider is able to detect some modules correctly and infer the type. But this does not work fo... -
Created Javascript: typing of variables
Hi, I have a question about the following snippet: Is it possible to get a warning in line 2, where I assign a string to a variable that is seemingly meant for a number. Without specifying the typ... -
Created Mixing TFVC and Git in the same solution?
Hi, we are currently migrating from VisualStudio to Rider. In one solution, we are mixing projects from Git and TFVC. In Visual Studio, this worked just fine: Setup the solution and add existing pr...