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

Test extension tips #2734

Closed
3 tasks done
jrieken opened this issue Feb 5, 2016 · 4 comments
Closed
3 tasks done

Test extension tips #2734

jrieken opened this issue Feb 5, 2016 · 4 comments
Assignees
Milestone

Comments

@jrieken
Copy link
Member

jrieken commented Feb 5, 2016

VS Code can now suggest extensions based on the files you use (open/edit). That that

  • you can access extension tips from the command palette
  • you can access extension tips via ext tips
  • there is a setting extensions.showTips that controls if a status bar item shows to indicate that there are tips
  • the status bar item is not in-ur-face all the time, it only shows once per extension suggestion
@jrieken jrieken added this to the Feb 2016 milestone Feb 5, 2016
@waderyan waderyan self-assigned this Feb 9, 2016
@waderyan
Copy link

@jrieken I tried this today with the latest Alpha build. Really cool! How do we determine what extensions to suggest?

I have done the following.

  1. I have an express Node app and didn't get any suggestions.
  2. I created a test.php file and didn't get any suggestions.
  3. I created a Go file and got the Go extension as a suggestion.

My feedback is I wish it was more robust. For example, with PHP I want to see the five or six suggestions that show up in search. I realize this is simply a start to the feature so take my feedback with a grain of salt.

@egamma
Copy link
Member

egamma commented Feb 11, 2016

Chiming in since Jo in out for a while.

The tips are driven by a curated list of extensions in
vscode\src\vs\workbench\parts\extensions\electron-browser\extensionTips.json.
There are currently extension suggestions for PHP, but we take PRs 😄

@waderyan
Copy link

Excellent thanks.

@waderyan
Copy link

This is a really neat feature. What are our thoughts on expanding it? I'm thinking about writing a script that fills in the json file with language extensions that have greater than 1000 installs.

Maybe this was simply a proof of concept. I really like it as a user.

@egamma egamma mentioned this issue Feb 20, 2016
97 tasks
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants