Open kawre opened 1 year ago
Changed the type to integer and added ellipsis symbol to indicate that the directories have been split. Also unsure how to handle the protocol prefix. Do you have any ideas?
Honestly, it's been a while since I used this plugin myself. So just be sure that nothing breaks.
Cases that I recommend testing:
./some.txt
or ../some.txt
)/
entry at the beginning)http://
entry at the beginning (http is just an example it should handle any given schema like tcp://
, https://
, or mycustomschema://
)
New feature to limit the number of directories to display. Especially useful when working with something like Spring Boot, where just the directory name takes more than 50% of my screen real estate.