Creating a Web App with Imba - The friendly full-stack language [

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ • 3

  • @jonathancastillo5953
    @jonathancastillo5953 Рік тому +1

    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?

    • @SarcevicAntonio
      @SarcevicAntonio  Рік тому +1

      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,

    • @jonathancastillo5953
      @jonathancastillo5953 Рік тому

      @@SarcevicAntonio Thank you so much, I really appreciate it.I'll be watching for new videos.