Jeusto / warm-up-vscode

⌨️ A Vscode extension to practice and improve your typing speed right inside your code editor. Practice with simple words or code snippets
https://warmup.jeusto.com/
GNU General Public License v3.0
38 stars 8 forks source link

"Switch Programming Language" feature not working. #10

Open yusufakajose opened 1 year ago

yusufakajose commented 1 year ago

Hello, I have a problem with "Switch Programming Language." It doesn't work; what I mean is I can't switch from normal text mode to programming language. Can you tell me what I am missing? My Visual Studio Code version is 1.76.0. I appreciate any help you can provide.

Jeusto commented 1 year ago

Hi, thanks for reporting this issue. It's not really a bug but a missing feature. When you do "switch programming language" it only changes the setting but it doesn't change the current mode. To switch between modes, you need to use the command "chage typing mode". This doesn't really feel natural so I'll have to fix it after I've done a refactor of the code base. Since this was one of my first projects, it's a bit of a mess.

I might even recreate the "programming language" mode to use Vscode's builtin editor like this as requested in #5 (if it's possible with Vscode's current API):

Inline autocomplete demo