Crates.io | kak-symbol-search |
lib.rs | kak-symbol-search |
version | 0.4.4 |
source | src |
created_at | 2024-06-04 09:50:14.640665 |
updated_at | 2024-09-03 15:03:48.542334 |
description | kakoune symbol search |
homepage | |
repository | https://github.com/enricozb/symbol-search.kak |
max_upload_size | |
id | 1260936 |
size | 2,082,073 |
[!NOTE] This plugin is still undergoing development, but is usable.
Search symbols across various languages among files in your current working directory.
Symbols are extracted using syntect which parses source code using Sublime Text syntax files.
symbol-search.kak
where kakoune will load it.Two things can be configured: fzf
's appearance, and the list of symbols that are searchable
for each language. Configuration is done through a TOML string. Set symbol_search_config
kakoune option to your configuration. See symbol-search.kak
or default-config.toml
for the default configuration.
fzf
modes for searching specific symbol kindsmethod
under impl Trait for X
should appear as <X as Trait>::method