Skip to content

Feature request: ctags supportΒ #161

@jonascarpay

Description

@jonascarpay

A subcommand to generate a ctags file would give a lightweight and editor-agnostic way to jump-to-definition.

I imagine the simplest possible implementation would collect tags, and then write them in the following format to ./tags or stdout:

!_TAG_FILE_SORTED	1	//
my_tag1	relative/path/to/file1	line_number1
my_tag2	relative/path/to/file2	line_number2
my_tag3	relative/path/to/file3	line_number3
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions