Dick Nagtegaal
- Total activity 77
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
-
Created How to navigate to implementation of generic interface for specific type?
Let's say we have an interface ICommandHandler<T>.There are several implementations of the interface for different T's (dozens in our code) like:public class AddStockRequestLineItemCommandHandler :... -
Created JavaScript Intellisense not showing jQueryUI Widgets?
When, in a MVC4 project, I add a .js-file to my Scripts folder, R# seems to be showing IntelliSense like it's supposed to. For example, if I type/// <reference path="jquery-1.8.2.intellisense.js" /... -
Created Do CamelHumps work when selecting a method to override?
When I try to override a method in a class, a list of overridable methods appears. I'd expect to be able to use CamelHumps to select an item in the list, but that doesn't work. Is ReSharper suppose... -
Created Parameter 'x' is only used for precondition check(s)
I've already found some threads about this message, and the answer usually is to decorate the method with [AssertionMethod] or decorate the parameter with [UsedImplicitly].However, I don't think I ... -
Created Should ReSharper be able to provide IntelliSense on LINQ to Entities?
I'm not 100% sure if ReSharper should be able to do this, but I suppose it should (as VS itself does).I'm using LINQ to Entities. I've created a new Web Application project, added a new ADO.NET Ent... -
Created How to get IntelliSense on Ajax enabled WCF Service?
I'm missing IntelliSense when writing JavaScript code using an Ajax enabled WCF Service. I'm also getting a ReSharper warning about an implicitly declared global variable.I'm creating the sample Aj... -
Created Rename asp.net control from aspx generates conflict
Not sure if I'm doing something wrong or this is a bug in ReSharper 6.0.I have an aspx page with a TextBox control and a RequiredFieldValidator for the TextBox control. The RequiredFieldValidator i... -
Created Intellisense on aspx controls not showing Text property
Maybe I'm missing something, but it seems like Intellisense never shows the Text property on asp controls when I edit an aspx page in source view. R# does show the Text property in the infotip, but... -
Created Generate code for Web Form with code behind
When I want to add a new item to my project (for instance, a class), I usually use Generate File from Template (Ctrl+Alt+Ins).I've recently started developing web applications. When I select "Web f... -
Created IntelliSense strikes out method if some of the overloads are obsolete
If an overload of a method is marked obsolete, ReSharper's IntelliSense show the method as obsolete.For instance, the Enum.ToString method has four overloads, of which two are obsolete. Because of ...