Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open recent projects from JetBrains IDEs using PowerToys Run #24992

Closed
gyoge0 opened this issue Mar 23, 2023 · 3 comments
Closed

Open recent projects from JetBrains IDEs using PowerToys Run #24992

gyoge0 opened this issue Mar 23, 2023 · 3 comments
Labels
Idea-Enhancement New feature or request on an existing product Product-PowerToys Run Improved app launch PT Run (Win+R) Window Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. Run-Plugin Things that relate with PowerToys Run's plugin interface

Comments

@gyoge0
Copy link

gyoge0 commented Mar 23, 2023

Description of the new feature / enhancement

Similar to VSCode workspaces, projects from JetBrains IDEs could be opened inside of PowerToys run. This list is inside of the welcome screen on the IDEs and in a tab inside of the JetBrains Toolbox app.

Scenario when this would be used?

This has a similar reasoning to VSCode workspaces, but for users using JetBrains IDEs. Currently I have to use my mouse to navigate the Toolbox app to open projects or I open the IDE from PowerToys Run and then use my mouse to select my project inside there.

Supporting information

#3547 is the original issue for the VSCode workspaces plugin with similar reasoning to his request.

@gyoge0 gyoge0 added the Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams label Mar 23, 2023
@Aaron-Junker Aaron-Junker added Idea-Enhancement New feature or request on an existing product Product-PowerToys Run Improved app launch PT Run (Win+R) Window Run-Plugin Things that relate with PowerToys Run's plugin interface labels Mar 24, 2023
@gyoge0
Copy link
Author

gyoge0 commented Mar 27, 2023

Hey, I'm trying to implement a version of this plugin on my own. I'm using the list of recent projects and installed IDEs cached by JetBrains Toolbox. I've managed to get a list of recent projects to display but now I'm trying to get icons to show for each result based on the IDE it was last opened with. Each IDE has its icon stored with it as a base64 SVG, but I'm having some difficulty transforming this into an ImageSource to use as the icon for the result. Should I continue trying to transform the SVG into a Bitmap or should I just package an icon for each IDE along with my plugin?

Right now, I'm using the Svg library to transform the string into a bitmap and then save it to a memory stream. Then I'm using that stream as a source for the BitmapImage.

@crutkas
Copy link
Member

crutkas commented Apr 7, 2023

This would be be deemed a 3rd party plugin. /dup #3200

@microsoft-github-policy-service
Copy link
Contributor

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@microsoft-github-policy-service microsoft-github-policy-service bot added Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Idea-Enhancement New feature or request on an existing product Product-PowerToys Run Improved app launch PT Run (Win+R) Window Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. Run-Plugin Things that relate with PowerToys Run's plugin interface
Projects
None yet
Development

No branches or pull requests

3 participants