| commit | e2d9a01a913723a7a0c0f326f796cf88525ff53b | [log] [tgz] |
|---|---|---|
| author | Thomas Gales <tgales@google.com> | Wed Feb 04 16:43:03 2026 -0800 |
| committer | Thomas Gales <tgales@google.com> | Wed Feb 04 16:43:03 2026 -0800 |
| tree | 0d6d30b91bb0ce2fbe2a5fc9d08533b3dc56506a | |
| parent | 5880b7266d102a8a62973d9ba37d23961fb25465 [diff] |
[feature] Add openInCodeSearch command Adds the "Open in OSS Code Search (main)" feature from the fuchsia-git-helper extension to the context and explorer menus. The code was slightly simplified because the following features were not ported as part of this CL: - open in gitiles - open via command palette - open current revision Those features can be ported as needed / on request. Change-Id: I76ee088906ace097bb0a7eed23b2c0093d737fc0 Reviewed-on: https://fuchsia-review.googlesource.com/c/vscode-plugins/+/1494384 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Amy Hu <amyhu@google.com>
The Fuchsia VS Code Extension streamlines Fuchsia development by integrating essential tools and workflows within the editor.
Visit the fuchsia.dev reference for a detailed walkthrough of this extension's features, Using the Fuchsia extension for VS Code.
Ensure you have a Fuchsia source checkout. You may need to configure the path to your ffx tool:
Settings > Extensions > FuchsiaFuchsia: Ffx Path to the absolute path of your ffx executable.If not set, the extension will search for ffx in ./tools/ffx and ./.jiri_root/bin/ffx.
All features are accessible via the VS Code command palette Ctrl+Shift+P or Cmd+Shift+P. Type “Fuchsia” to see a list of available commands.

There are two options to set a keybinds for fx build.
Default build task
Terminal > Configure Default Build Task...Fuchsia Extension: fx buildCustom key
Preferences: Open Keyboard ShortcutsFuchsia: fx buildUse of the Fuchsia core developer tools is subject to the Google Terms of Service. The Google Privacy Policy describes how data is handled in your use of this service.