Closed skysky97 closed 3 years ago
Its hard to find a file if it has a long path, especially for small window width. vscode sytle makes the file name in front of line, which is really good for reading.
Before: src/hello/world/coc/list/is/great/to/me/somefile.cpp src/hello/world/coc/list/is/great/to/me/somefile.h
After: somefile.cpp src/hello/world/coc/list/is/great/to/me/ somefile.h src/hello/world/coc/list/is/great/to/me/
Its hard to find a file if it has a long path, especially for small window width. vscode sytle makes the file name in front of line, which is really good for reading.
Before: src/hello/world/coc/list/is/great/to/me/somefile.cpp src/hello/world/coc/list/is/great/to/me/somefile.h
After: somefile.cpp src/hello/world/coc/list/is/great/to/me/ somefile.h src/hello/world/coc/list/is/great/to/me/