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
Can't know in what line number a dropbar item is to access quickly.
To show the line start number (and maybe give the option to show the end line number for functions) next to the item.
Example: [f] -> folder icon [fi] -> file icon [fu] -> function icon
[f] -> folder icon
[fi] -> file icon
[fu] -> function icon
[f] src > [f] components > [f] ClientConditions > [fi] ClientConditions.tsx > [fu] ClientConditions(300,321) > π flexDirection(313)
v end line number [fu] ClientConditions(300,321) ^ start line number π flexDirection(313) ^ only start line number
This could be activated in the config, given that it might not be a default for everyone, but I think it is really useful.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion! Will consider adding this feature if more people request it.
Sorry, something went wrong.
No branches or pull requests
Problem
Can't know in what line number a dropbar item is to access quickly.
Expected behavior
To show the line start number (and maybe give the option to show the end line number for functions) next to the item.
Example:
[f] -> folder icon
[fi] -> file icon
[fu] -> function icon
This could be activated in the config, given that it might not be a default for everyone, but I think it is really useful.
The text was updated successfully, but these errors were encountered: