Learn typing is vscode extension for learning to type with all 10 fingers.
- you can get familiar with syntax of languages
- you can get familiar with the code of project
- you can learn how to type with all 10 fingers
- Run
npm run build
inui
directory - Open vscode with current project
F5
- There should be open a new vscode window
Ctrl + Shift + P
- Execute command -
Prepare learn typing
Ctrl + Shift + P
- Execute command -
Start learn typing
- Enjoy!!!
Use separated clone of the project, because the Prepare learn typing
command clears the content of files in order to do inline suggestions. You can find copy of the project in .learn-typing
folder. This folder is used as an database to do suggestions.