I also really enjoy using imba, thank you very much for the content. How can I put tabs or spaces in my VScode, using dot as seen in the video? Do you use plugin for scrolling or vim?
To show whitespace (tabs and spaces) visibly in vscode I use this setting: "editor.renderWhitespace": "boundary", I'm not sure what you mean by scrolling. I don't use vim, but have some scrolling-related settings: "editor.smoothScrolling": true, "terminal.integrated.smoothScrolling": true, "workbench.editor.scrollToSwitchTabs": true, "workbench.list.smoothScrolling": true,
I also really enjoy using imba, thank you very much for the content.
How can I put tabs or spaces in my VScode, using dot as seen in the video? Do you use plugin for scrolling or vim?
To show whitespace (tabs and spaces) visibly in vscode I use this setting:
"editor.renderWhitespace": "boundary",
I'm not sure what you mean by scrolling. I don't use vim, but have some scrolling-related settings:
"editor.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"workbench.editor.scrollToSwitchTabs": true,
"workbench.list.smoothScrolling": true,
@@SarcevicAntonio Thank you so much, I really appreciate it.I'll be watching for new videos.