vscode/extensions/references-view
Shi Chen 90e6cb4a40 support more external use in API
Signed-off-by: Shi Chen <chenshi@microsoft.com>
2022-06-14 10:03:55 +08:00
..
media move references-viewlet into extensions/-folder 2022-05-03 16:46:13 +02:00
src support more external use in API 2022-06-14 10:03:55 +08:00
.vscodeignore move references-viewlet into extensions/-folder 2022-05-03 16:46:13 +02:00
extension-browser.webpack.config.js move references-viewlet into extensions/-folder 2022-05-03 16:46:13 +02:00
extension.webpack.config.js move references-viewlet into extensions/-folder 2022-05-03 16:46:13 +02:00
package.json Revert "rename references-view publisher to vscode so that NLS works, fixes https://github.com/microsoft/vscode/issues/142168 (#151696)" (#151969) 2022-06-13 17:47:31 +00:00
package.nls.json extract language strings from package.json 2022-05-03 17:22:17 +02:00
README.md move references-viewlet into extensions/-folder 2022-05-03 16:46:13 +02:00
tsconfig.json move references-viewlet into extensions/-folder 2022-05-03 16:46:13 +02:00
yarn.lock add nls module and externalize human readable strings 2022-05-03 17:38:28 +02:00

References View

This extension shows reference search results as separate view, just like search results. It complements the peek view presentation that is also built into VS Code. The following feature are available:

  • List All References via the Command Palette, the Context Menu, or via Alt+Shift+F12
  • View references in a dedicated tree view that sits in the sidebar
  • Navigate through search results via F4 and Shift+F4
  • Remove references from the list via inline commands

Note that this extension is bundled with Visual Studio Code version 1.29 and later - it doesn't need to be installed anymore.

Requirements

This extension is just an alternative UI for reference search and extensions implementing reference search must still be installed.

Issues

This extension ships with Visual Studio Code and uses its issue tracker. Please file issue here: https://github.com/Microsoft/vscode/issues

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.