-
Notifications
You must be signed in to change notification settings - Fork 34
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
Consider how Visual Studio Marketplace entry might be used to make Liberty Tools VS code more discoverable through the IDE. #291
Comments
The feature already present in visual studio market place. The extension recommendations are already determined by the visual studio. It provides relevant suggestions for users based on the context of their projects. Also, in the extension project we can add meta data in package.json. In liberty-tool-vscode, the meta data is already updated seems it's already working. The relevant keywords are already added in the meta data as below. "keywords": [ |
Compared different package.json files from different extensions that's being showing currently as vscode recommendation. But there is no noticeable difference in the categories and keywords tags in package.json, as compared to liberty-tools extension. Also these recommended extensions has a wide range of installations and user ratings. These all affects the display of the liberty-tool as recommendation in vscode. Here are some code links for the package.json files for recommended vscode extensions and its marketplace status. vscode-docker Extension Pack for Java npm Intellisense |
In vscode, we have option to set categories and tags and based on that vs code will suggest the extensions. We can make use of this for improving the visibility of Liberty Tools.
https://code.visualstudio.com/docs/editor/extension-marketplace#_categories-and-tags
https://code.visualstudio.com/docs/editor/extension-marketplace#_recommended-extensions
The text was updated successfully, but these errors were encountered: