Giter VIP home page Giter VIP logo

resharper-xao's People

Contributors

akarpov89 avatar hmemcpy avatar matkoch avatar teadrivendev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

resharper-xao's Issues

Sometimes it finds multiple view files and then doesn't show them

In my production solutions, when doing Show related files in a viewmodel, it doesn't show my view. I did some debugging, and it seems it finds the .xaml and the .xaml.cs. As soon as I put a break in, so it only returns 1, it shows them fine. Is this some edge case?

Need some help / migration to a VS plugin?

Hi Xao. I contributed to this project last year and I, too, would love to see this project work in Resharper 9.1. I saw that you were working on migrating last December and am throwing in my support again to help with that effort. I'm no Resharper expert, so I was wondering whether rewriting this as a straight VS2015 plugin would be something you're interested in. I know a ton of people who'd kill for something like this and either don't have Resharper or don't know it has its own plugins (a majority in my experience).

Multiple views of the same name are not differentiated well

Thanks for fixing #8 but it does not work perfectly yet in a Universal Windows 8.1 + Windows Phone 8.1 project. See the screenshot

image

The first LoginView is in AlzaMedia.WindowsPhone project but "AlzaMedia.WindowsPhone" is not shown there. The second LoginView shows correctly in AlzaMedia.Windows project.

Limit the search scope for matching files

Tried the plugin now and found an issue when there are more than one file matching the naming convention.

Specifically, I have a FoobarView, but there are two classes named FoobarViewModel in my solution (one is for web).

It would be nice if the plugin could be configured to limit the search scope to only include matches in same folder, one level up and it's subfolders to limit it (in this case) this scenario:

\Foobar
\Controllers
\ViewModels
\Views

Xamarin project does not show all available Related Files

In a Xamarin project with Xao. It does not show the XAML files when I activate on the ViewModel name and when I am in the XAML, it does not show the ViewModel. It does show the codebehind .cs from the XAML and the VM .cs when I am in the ViewModel

Extension doesn't work

Hi

I installed your extension to VS2015u3 with resharper 10
(restarted VS and PC after install :)

Trying on Windows Phone 8.1 and Windows Phone UWP projects.

And it doesn't work, Shortcut for related files shows only base classes.

Doesn't find my view model

My project targets Windows 8.1, not a universal app. The view is in a different assembly from the view model, so it would be great if the plugin would simply look for any type with the same name with ViewModel appended, no matter which assembly it appeared in, or perhaps use the same convention based logic Prism uses to find view models.

I'll look at the code closer and see if I can be more specific.

Support more view types

Catel provides several view types (with extension) that all resolve to a view model. I know that customized naming convention is still on the list, but I think these can be added very quickly:

  • MainViewModel

resolves to

  • MainView
  • MainWindow
  • MainControl
  • MainPage
  • MainActivity
  • MainFragment

Missing type name for resource files

Hello,

Inside my views i used a resource dictionary,
the plugin found it but there is no information about the type on the popup window (right column)

2015-09-25 09_42_42-

nice, when you can fix it :-)

VS 2019.16.4.5 and RS 2019.3.2 not working

This lovely plugin no longer shows the small window from which I can select between view, code-behind and vm.

Does it hook up to the Resharper.GotoReletaedFiles keybord shortcut or does in have it's own name in VS->Options->Keyboard settings?

Differentiating between views in multiple projects

I have a universal app, so every view model has two views associated with it, one for the Phone project and one for the Windows project.

When I invoke the plugin, it shows me something like this

clipboard01

and I have no way of knowing which view belongs to which project. And with my luck, I never hit the right one :)

There are two ways to approach it

  • add a suffix or something to the name, like ShopsView.xaml (Phone)
  • only show views for the "active" project:
    clipboard012

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.