vscode/extensions/references-view
Robo ea490e5545
chore: update to Electron 25 (#188268)
* chore: update electron@25.3.0

* ci: update NodeTool version

* chore: update @types/node

* add more common types to layers checker

* chore: update debian dependencies

* chore: update rpm dependencies

* fix: use legacy dns result order of Node.js

* ci: remove deprecated always-auth npm config

Refs npm/cli@72a7eeb

* chore: update deb and rpm dependencies

* chore: update armhf rpm dependencies

* chore: update x64 debian dependencies

* chore: update x64 rpm dependencies

* chore: update electron@25.3.1

* chore: update electron@25.4.0

* chore: bump distro

* chore: bump distro

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-08-07 21:46:27 +09:00
..
media move references-viewlet into extensions/-folder 2022-05-03 16:46:13 +02:00
src Fix #185051 2023-06-17 20:08:06 +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 chore: update to Electron 25 (#188268) 2023-08-07 21:46:27 +09:00
package.nls.json Improve view title of references-view (fixes #172619) 2023-03-03 11:59:39 +00: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 chore: update to Electron 25 (#188268) 2023-08-07 21:46:27 +09: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.