Documentation
¶
Index ¶
Constants ¶
View Source
const ( VSCode = "vscode" IntelliJ = "intellij" Cursor = "cursor" Zed = "zed" GitHub = "github" )
Variables ¶
Functions ¶
func OpenFileInEditor ¶
func OpenFileInEditor(ctx context.Context, editor string, pos schema.Position, projectRoot string, module *schema.Module) error
OpenFileInEditor opens the given file path at the specified position in the selected editor. It now requires the overall schema to look up module-specific Git metadata.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.