Add setting to allow turning off github user completion
See original GitHub issueWhen coding in Python, I want the typing of @
to trigger autocompletion for potential decorators, not have it populated with a number of github names. As such, it would be great if this autocompletion feature of this extension could be turned off in a setting.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Disabling and enabling a workflow - GitHub Docs
Disabling a workflow · On GitHub.com, navigate to the main page of the repository. · Under your repository name, click Actions. Actions tab...
Read more >Configuring notifications - GitHub Docs
To update your notification settings, tap Configure Notifications and then use the toggles to enable or disable your preferred types of push notifications....
Read more >Disabling or limiting GitHub Actions for your organization
Next to the organization, click Settings. In the left sidebar, click Actions, then click General. Under "Workflow permissions", use the Allow GitHub Actions...
Read more >Managing the automatic deletion of branches - GitHub Docs
Under "Pull Requests", select or unselect Automatically delete head branches. Checkbox to enable or disable automatic deletion of branches. Further reading. " ...
Read more >Managing GitHub Actions settings for a repository - GitHub Docs
Under your repository name, click Settings. In the left sidebar, click Actions, then click General. Under "Workflow permissions", use the Allow GitHub Actions ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We should offer a similar setting as for
#
that can be defined per language and also use some more heuristics when to not show the user completions.@ClemensA4t1qbit there is a user setting
editor.suggest.showUsers
that you can use to turn this off.@ecraig12345 you can use the nightly version of the extension,
github.vscode-pull-request-github-insiders
, or wait until stable is bumped next week 🙂