tree: 486415e313d6d70f0728142864b8fc108d4a153a
  1. docs/
  2. analyzer.go
  3. analyzer_test.go
  4. BUILD.gn
  5. main.go
  6. main_test.go
  7. README.md
scripts/cog/ide_query/README.md

fx ide-query

fx ide-query is a tool (currently in development) designed to provide IDE-related metadata and query functionality within a Fuchsia checkout.

Usage

Once fully implemented, the tool can be invoked via the fx command:

fx ide-query [--fuchsia-dir <path>] [--file <path>...] [args]

To force a rebuild of the tool from source (useful during development), use the --dev flag:

fx ide-query --dev [args]

Implementation Details

The tool is implemented in Go and lives in //scripts/cog/ide_query. It uses a self-bootstrapping mechanism to ensure it remains fast and decoupled from the main Fuchsia build graph for developer workflows.

For more information on the design, see: