Auto View Readme provides commands and default keybindings for automatically opening whatever readme file is in the current directory, or (with your permission) whatever readme is in the nearest higher directory.
auto-view-readme.view
ctrl+shift+r ctrl+shift+d
Open the markdown preview of the readme file.
auto-view-readme.open
ctrl+shift+r ctrl+shift+o
Open the readme file in editor mode.
auto-view-readme.openWithPreview
ctrl+shift+r ctrl+shift+p
Open the readme in an editor with the preview to the side.
VS Code ^1.50
Doesn't provide any way to create a readme if no readme is found.
- Fix
auto-view-readme.view
command - now simply opens the markdown preview without needing to open an editor first, open the preview, then close the editor.
- Add an icon
- Ask if you want to search the next higher directory if no readme found
- Provide some default keybindings
- Show error message if no readme found
- Throw exception if no readme found