ctags: add json output example (#8425)
This commit is contained in:
@@ -14,3 +14,7 @@
|
||||
- Generate tags for all files in the current directory and all subdirectories:
|
||||
|
||||
`ctags --recurse`
|
||||
|
||||
- Generate tags for a single file, and output them with start line number and end line number in JSON format:
|
||||
|
||||
`ctags --fields=+ne --output-format=json {{path/to/file}}`
|
||||
|
Reference in New Issue
Block a user