Gabriel Lozano-Moran

- Total activity 360
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 145
-
Created R# 7.1.17.212: Locate in Solution Explorer not working (Visual Studio 2010)
I installed the nightly build 7.1.17.212 and the Locate in Solution Explorer (<shift> + <alt> + <L>) no longer works. I checked the shortcut in Visual Studio Options and it still is correct. Actual... -
Created Incorrect download link for R# 5.1.2 on the ReSharper main page?
HelloWhen you try to download R# 5.1.2 from http://www.jetbrains.com/resharper/ the link points to http://download.jetbrains.com/resharper/ReSharperSetup.5.1.1766.4.msi. Are you sure that this is c... -
Created ASP.NET MVC: Navigation not working for Html.Partial("...")
HelloI just wanted to point out that when using ASP.NET MVC and R# it is possible to navigate to a view by holding <Ctrl> and hovering with the mouse over the string literal "IndexTab" in my view w... -
Created Any words on support for Razor syntax?
HelloAny news on support for the new Razor syntax that is going to be introduced in ASP.NET MVC 3? Now that the beta for ASP.NET MVC 3 is released the RTW date is getting closer... We want to do a ... -
Created Feature Request: Locate file in Solution Explorer from Pending Changes window
HelloAs a Developer I would like to locate a file in the Solution Explorer from the Pending Changes window with the existing shortcut <shift><alt><L> for the used for the command ReSharper.ReSharpe... -
Created latest R# drop crashes VS2010
When opening the Silverlight designer by double clicking a xaml file, Visual Studio crashes. After uninstalling R# it works fine. -
Created Type Members Layout: No regions by default better?
Wouldn't it be better to have the default Type Members Layout to NOT add regions by default? Right now it uses regions for interface implementations, around delegates ... I believe that better woul... -
Created Issues with R# 5 on Visual Studio 2005 and specific file types
HelloThis is the first time I integrated R# 5 with Visual Studio 2005. I am having issues with the editors for .txt, .asp and .htm files. Other file types like .js, .config, open fine. See the scre... -
Created Latest R# 5 nightly builds are unusable on Visual Studio 2008
For more than a week now, I have to revert to R# 4.5 because the nightly builds make my visual studio 2008 with SP1 unusable. When I create a new Console Application or Web Application and start it... -
Created False positive "Expression is always false" using Assertions
Helloi have this code:var queryByModel = this.GetQueryResult(...)Debug.Assert(queryByModel != null);if (queryByModel == null){ return new List<TopOffer>();}Resharper complains that queryByModel ...