Code Monkey home page Code Monkey logo

Comments (5)

seclerp avatar seclerp commented on June 13, 2024 1

Hi Vladimir, thanks for trying plugin and for the feedback!

The root cause of this error is the design of all commands of this plugin - they depend on specific project. The reason why you need to go through the context menu levels is that action needs to be run on the project file, that's why detached action execution is not possible at that moment.

But I also think that from UX point of view it's not so handy to have such long journey to all commands every time. I think in next releases I will add alternative way of executing such commands without relying on project file, it will be quite important improvement so it will be in my first priorities.

After that change you will be able to customize action execution in the way you want :)

from rider-efcore.

MelnikovVA avatar MelnikovVA commented on June 13, 2024 1

Got you, thanks, will be waiting for the update!

from rider-efcore.

seclerp avatar seclerp commented on June 13, 2024 1

@MelnikovVA feature is on the way, will be available in 1.3.0:

image

It will be also possible to bind shortcut to open a new Quick Actions popup (just like VCS Operations):

image

Of course, you will be able to bind on specific actions too.

from rider-efcore.

seclerp avatar seclerp commented on June 13, 2024

Little background about why it was made like that initially:

We have "preferred projects" feature. It allows you to set and persist project pairs (Migrations + Startup). When you execute action for some project pair at first time, selected projects are persisted for further execution.

You could have different project pairs in your solution and they will never overlap using such an approach.

Here comes the selected project file - we determine which project is selected and which project pair should be used for current action execution.

from rider-efcore.

MelnikovVA avatar MelnikovVA commented on June 13, 2024

Awesome!😄

from rider-efcore.

Related Issues (20)

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.