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

Featured extensions on the Marketplace #141472

Open
isidorn opened this issue Jan 25, 2022 · 87 comments
Open

Featured extensions on the Marketplace #141472

isidorn opened this issue Jan 25, 2022 · 87 comments
Assignees
Labels
marketplace Microsoft VS Code Marketplace issues under-discussion Issue is under discussion for relevance, priority, approach
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented Jan 25, 2022

The VS Marketplace has 6 featured extensions which are shown prominently on the MP site. We try to update this list every 1-2 months and we aim to showcase some new and interesting extensions.

So my ask for the community is to share your suggestions on what extension should be featured. Please provide a short reason why you think the extension is interesting.

Keep in mind the following:

  • If an extension is suggested to be featured it does not mean we will feature it
  • We do not want to feature extensions which have been featured in the past
  • We do not want to update the featured list too often
  • We do not want to feature extensions which are already popular
@isidorn isidorn added under-discussion Issue is under discussion for relevance, priority, approach marketplace Microsoft VS Code Marketplace issues labels Jan 25, 2022
@isidorn isidorn added this to the March 2022 milestone Jan 25, 2022
@isidorn isidorn self-assigned this Jan 25, 2022
@Tyriar
Copy link
Member

Tyriar commented Jan 31, 2022

I recommend the Chalice icon theme. Previously I used another theme but had a bunch of overrides specifically to remove product logos with the language icon. For example I don't want the eslint logo for .eslintrc files, it makes more sense to use the json icon to me to simplify the number of icons I need to recognize. This theme is built specifically with that in mind.

image

@isidorn
Copy link
Contributor Author

isidorn commented Mar 1, 2022

https://marketplace.visualstudio.com/items?itemName=ms-playwright.playwright
Looks like a high quality extension

@isidorn isidorn modified the milestones: March 2022, April 2022 Mar 11, 2022
@isidorn
Copy link
Contributor Author

isidorn commented Mar 15, 2022

https://marketplace.visualstudio.com/items?itemName=CodeStream.codestream
Highly rated, looks like an interesting alternative to the GitHub PR extension.

@tjx666
Copy link
Contributor

tjx666 commented Apr 2, 2022

@miguelsolorio
Copy link
Contributor

GitHub Copilot Labs seems to be popular on twitter https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-labs

@isidorn
Copy link
Contributor Author

isidorn commented Apr 4, 2022

@misolori it is still in closed preview. So we might feature it some time in the future. But good suggestion.

@isidorn
Copy link
Contributor Author

isidorn commented Apr 6, 2022

https://marketplace.visualstudio.com/items?itemName=mintlify.document
Proposed by @bamurtaugh

@isidorn
Copy link
Contributor Author

isidorn commented Apr 25, 2022

We updated featured extensions last week.
Assigning this to June so we update again start of June

If you have more ideas for extensions please comment here, thank you!

Screenshot 2022-04-25 at 14 26 58

@isidorn isidorn modified the milestones: April 2022, June 2022 Apr 25, 2022
@SiddhanthUnnithan
Copy link

SiddhanthUnnithan commented Jun 2, 2022

https://marketplace.visualstudio.com/items?itemName=Iterative.dvc (Data Version Control for VS Code) is my recommendation! The extension is coming out of preview shortly and helps solve the following problems:

  1. Experiments are hard for data science to track manually. Without a tracking framework, data science teams have to manually build infrastructure for individuals to organize and monitor experiment runs. Data scientists are motivated to track experiments as it provides structure around testing different hypotheses and initial states (e.g., set of hyperparameters, different features of a dataset).
  2. Often, different versions and samples of datasets are used to test model performance. Managing versions and samples manually is cumbersome. DVC provides a natural, git-like interface for defining dataset versions.

The Iterative & DVC teams have done a lot of work to garner community support around their open-source tooling. Having a VS Code extensions and promoting it as the de-facto tool to use with DVC will encourage more of the data science community to shift to our editor and use our native tooling (i.e., Notebooks, Python language support).

@miguelsolorio
Copy link
Contributor

Burke mentioned inline fold which looks really cool https://marketplace.visualstudio.com/items?itemName=moalamri.inline-fold

image

@isidorn isidorn modified the milestones: June 2022, July 2022 Jun 30, 2022
@usernamehw
Copy link
Contributor

This issue should not be about self promotion so try not to nominate your own extension

It cannot be helped. I want to promote my extensions:

  1. Commands

Allows running multiple commands in sequence / with arguments from 1) Tree View 2) Quick Pick 3) Status Bar. Documents built-in VSCode commands with arguments in README & contributes a few useful commands like "Toggle Setting".

  1. Snippets in Markdown

Creating and editing multi-line snippets in VSCode is not great. This extension uses markdown file as main snippets file which makes it easier to write, edit, read snippets & provides autocomplete for "scope" (languageId) & snippet variables $TM_SELECTED_TEXT.


From other authors:

  1. Markdown Preview VS Code Highlighting

Uses current theme colors to highlight code blocks in markdown preview.

@Tyriar
Copy link
Member

Tyriar commented Jul 19, 2022

Commands

@usernamehw this is nifty. I'm assuming you support setting up keybindings to run one of these sequence commands, I didn't see it in the README though. Might also be a good addition to the tree view, right click to add a keybinding which sends you to keybindings.json?

@usernamehw
Copy link
Contributor

Yep. It registers all commands and the Tree View context menu has an item that opens Keybindings GUI:

@Tyriar
Copy link
Member

Tyriar commented Jul 19, 2022

@usernamehw nice, I see it now in the status bar gif. Might be worth adding it's own section to the README for assigning keybindings?

@isidorn isidorn modified the milestones: July 2022, August 2022 Jul 27, 2022
@ahmadawais
Copy link
Contributor

Hi folks,

I'd like to submit a new extension that we developed to improve API Development experience of VS Code users. So, far the response from the dev community has been amazing 3K+ installs and 5K+ downloads, with 12 five-star ratings.

RapidAPI Client for VSCode extension to be added to the featured sections of the MP Site.

🎥 Here's a quick video showcasing the extension.

rapidapi-client-vscode.mp4

🆓 It's a completely free (offers cloud sync)
🚀 You can generate 40 different API Code snippets
🌱 Generate the TypeScript interface in a click from an endpoint response
🥳 It supports your favorite VS Code themes (we put extra effort in making sure API responses support VS Code themes, I'm the author of Shades of Purple theme so you can imagine I'm passionate about that and the contextual info VS Code offers).

I shared more on this Twitter thread and am happy to answer any questions y'all may have.

Looking forward!

@miguelsolorio
Copy link
Contributor

@ahmadawais just a reminder of the guidelines in the original issue:

This issue should not be about self promotion so try not to nominate your own extension

@ahmadawais
Copy link
Contributor

@misolori I saw that, but I was referred to this issue by the official VS Code Twitter account. So, I figured it's worth a shot.

@Tyriar
Copy link
Member

Tyriar commented Aug 19, 2022

This may have been featured before, but throwing it out there again if we need another one because of how responsive the author has been: https://marketplace.visualstudio.com/items?itemName=rangav.vscode-thunder-client

@fortenforge
Copy link

You should feature Codeium!

https://marketplace.visualstudio.com/items?itemName=codeium.codeium&ssr=false#overview

We're an AI code completion + codebase-aware chat tool that's 100% free. Main features:

  • Inline code completion
  • support for 70+ languages
  • codebase-aware chat
  • codebase search

We have tens of thousands of users using the product and rave reviews on the marketplace.

@isidorn
Copy link
Contributor Author

isidorn commented Aug 7, 2023

@fortenforge thanks for letting us know but this extension has already been featured the previous month.

@fortenforge
Copy link

@isidorn I believe you featured Codium in the previous month which is different from the extension I suggested—Codeium (with an e).

It's confusing, I know, but both extensions involve AI assistance and are pretty popular. However, Codeium offers inline code completion and chat while Codium allows you to generate tests.

@eamodio
Copy link
Contributor

eamodio commented Aug 8, 2023

@mxsdev I'm sure I'm missing something, but how is mxsdev.typescript-explorer different than the built-in Outline view in VS Code?

@sourishkrout
Copy link

@eamodio:

At first glance it might appear like it, however, the built-in Outline view is a bit of a least common denominator of all "AST", no matter whether it's XML, Typescript, Golang, or Java. Typescript Explorer goes super deep in the Typescript type definitions. It's basically like as if the built-in outline view was only built for Typescript and its type system.

@TyDunn
Copy link

TyDunn commented Sep 27, 2023

@seaniyer @isidorn Would it be possible for you to feature Continue after the next refresh? Developers love it because it is open source and highly customizable (e.g. you can use it with Azure OpenAI Service, Code Llama, or any other LLM provider / model of your choice). Thanks!

https://marketplace.visualstudio.com/items?itemName=Continue.continue

@seaniyer
Copy link

@TyDunn Thanks for the suggestion.

@seaniyer
Copy link

seaniyer commented Oct 5, 2023

@seaniyer @isidorn Would it be possible for you to feature Continue after the next refresh? Developers love it because it is open source and highly customizable (e.g. you can use it with Azure OpenAI Service, Code Llama, or any other LLM provider / model of your choice). Thanks!

https://marketplace.visualstudio.com/items?itemName=Continue.continue

@TyDunn The icon in place for Continue doesn't seem to work well in Featured. Consider updating it.

@fortenforge
Copy link

@seaniyer is there any particular reason you don't want to feature Codeium?

https://marketplace.visualstudio.com/items?itemName=Codeium.codeium

@TyDunn
Copy link

TyDunn commented Oct 5, 2023

@seaniyer we are on it! thank you :)

@isidorn
Copy link
Contributor Author

isidorn commented Oct 9, 2023

@fortenforge we already featured it two months ago.
But now I saw your comment that it was a different extension with a same name. So we can feature it next time.

@prashantvc
Copy link
Contributor

@seaniyer @isidorn

May I request you to feature Avalonia extension for VS Code please?
https://marketplace.visualstudio.com/items?itemName=AvaloniaTeam.vscode-avalonia

The extension allow Avalonia developer to create a new project, get auto complete for XAML and UI previews.
Avalonia is a cross-platform XAML-based UI framework providing a flexible styling system and supporting a wide range of Operating Systems such as Windows via .NET Framework and .NET Core, Linux via Xorg and macOS.

@isidorn
Copy link
Contributor Author

isidorn commented Nov 6, 2023

https://marketplace.visualstudio.com/items?itemName=phind.phind
Looks pretty cool

@eamodio
Copy link
Contributor

eamodio commented Nov 6, 2023

Shameless plug: https://marketplace.visualstudio.com/items?itemName=amodio.restore-editors 😁

@caleb-at-pieces
Copy link

The Pieces for Developers extension would be a great feature!

https://marketplace.visualstudio.com/items?itemName=MeshIntelligentTechnologiesInc.pieces-vscode

We are a free “tool-between-tools”, providing an integrated storage agent that you can leverage to store useful code snippets and other materials throughout your workflow in the IDE, browser, and other tools.

We also have an AI copilot that helps you ask questions about your repositories and generate personalized code. You can set custom context for your conversations and leverage local LLMs like Llama 2 for air-gapped security.

@isidorn
Copy link
Contributor Author

isidorn commented Nov 29, 2023

We have updated the features list. Thanks all for help.

@caleb-at-pieces we can feature your extension next time we update the list in January.

Screenshot 2023-11-29 at 17 15 41

@launchiamenterprise
Copy link

@seaniyer @isidorn I would like to ask if you can feature : KeyRunner - The Zero trust API Client

https://marketplace.visualstudio.com/items?itemName=KeyRunner.keyrunner

In the growing threat landscape of client_secrets, API keys and sensitive data being pushed to third-party cloud services unintentionally and the requirement of account creations to execute basic API requests , we built this free VS Code extension to retain the data locally on users machine and enhancing security by encrypting sensitive information by using VS Code secret store keys. It also have a unique feature of chaining the requests with drag and connect to analyze sequence of flows & API requests. We also made sure that any sensitive info stays masked on the UI – so it's safe even when users are sharing the screen.

Thanks for the consideration !

@isidorn
Copy link
Contributor Author

isidorn commented Dec 13, 2023

Great extension loved by the VS Code team
https://marketplace.visualstudio.com/items?itemName=ms-edgedevtools.vscode-edge-devtools

Great pdf support
https://marketplace.visualstudio.com/items?itemName=pdfassociation.pdf-cos-syntax

@isidorn
Copy link
Contributor Author

isidorn commented Jan 12, 2024

https://marketplace.visualstudio.com/items?itemName=quantum.qsharp-lang-vscode
Quantum extension just shipped 1.0, we should feature them

@isidorn
Copy link
Contributor Author

isidorn commented Jan 24, 2024

We updated the featured list last week.

Screenshot 2024-01-24 at 09 57 43

@isidorn
Copy link
Contributor Author

isidorn commented Jan 24, 2024

https://marketplace.visualstudio.com/items?itemName=apidev.azure-api-center
Just shipped and looks pretty cool

@saqadri
Copy link

saqadri commented Mar 11, 2024

@isidorn we just launched the AIConfig Editor, which is a generative AI prompt editor for VS Code: https://marketplace.visualstudio.com/items?itemName=lastmile-ai.vscode-aiconfig. Would love to have it featured in the VSCode Extensions marketplace! (It's currently trending)

image

@PiotrKarczmarz
Copy link

Could we get a similar "Featured" thread, but for the Visual Studio extensions?

Featured section for VS Code in the Marketplace is vibrant and welcoming. There are new plugins there constantly, but Featured section of Visual Studio Marketplace is "blocked" for years with the same plugins.

@seaniyer
Copy link

Could we get a similar "Featured" thread, but for the Visual Studio extensions?

Featured section for VS Code in the Marketplace is vibrant and welcoming. There are new plugins there constantly, but Featured section of Visual Studio Marketplace is "blocked" for years with the same plugins.

JFYI @maiak

@srares13
Copy link

I would like to show you Keyboard Cursors and Selections: https://marketplace.visualstudio.com/items?itemName=srares13.kcs
For me it was very useful, that's why I created it, and maybe some of you will see its utility as well.

It allows you to create cursors and selections in arbitrary places with the keyboard.

In a nutshell, this is how it's done:

Place inactive cursors and selections

Create cursors and selections

And activate them on demand

And then activate them

But you can see more of its capabilities by following the provided link from above.

@seaniyer
Copy link

seaniyer commented Apr 5, 2024

Hi folks,

We are planning to refresh the featured extensions soon. Let us know if there are any other suggestions,

@mcflemming007
Copy link

would be aweseom to see blackbox.ai

these guys just keep adding new features tailored for developers every week and haven't seen any other beating their code accuracy. And it's free. And has access to real time news and updates.
so yeah, i think they deserve a bit of love :)

@isidorn
Copy link
Contributor Author

isidorn commented Apr 5, 2024

@mcflemming007 thanks for the suggestion, but we have already featured blackkox in the past, as seen in this comment #141472 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
marketplace Microsoft VS Code Marketplace issues under-discussion Issue is under discussion for relevance, priority, approach
Projects
None yet
Development

No branches or pull requests