We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When getting large results by Leaderf tag, add an option to filter symbols by kind would help the results be clearer.
Leaderf tag
:Leaderf tag --input=biriscv_pipe_ctrl --popup
The following results contain at least 3 kinds of symbols(m, p, r):
By adding option, like --kind, :Leaderf tag --input=biriscv_pipe_ctrl --kind r --popup filter results by kind 'r'.
--kind
:Leaderf tag --input=biriscv_pipe_ctrl --kind r --popup
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe your question, feature request, or bug.
When getting large results by
Leaderf tag
, add an option to filter symbols by kind would help the results be clearer.Steps to reproduce
:Leaderf tag --input=biriscv_pipe_ctrl --popup
Actual behaviour
The following results contain at least 3 kinds of symbols(m, p, r):
Expected behaviour
By adding option, like
--kind
,:Leaderf tag --input=biriscv_pipe_ctrl --kind r --popup
filter results by kind 'r'.The text was updated successfully, but these errors were encountered: