Auto Code Formatting in VSCode | Best Formatter for Visual Studio Code (2023)

Поділитися
Вставка
  • Опубліковано 1 гру 2023
  • In this video, I'll show you the best code formatter for vscode. I've been using prettier along with some other code formatter for visual studio code. Prettier is a very good formatter for frontend projects.
    ☕Buy me a coffee: www.buymeacoffee.com/thecodecity
    🌐Connect with me:
    - TikTok: tiktok.com/@thecodecity
    - Twitter: / thecodecity
    - Instagram: / thecodecity
    - Website: thecodecity.com
    By the end of this video, you'll be download the prettier formatter in vscode, and use it to format your code properly. If you have any issues regarding code formatting in visual studio code, let me know in the comments below.
    #codeformatting #codeformatter #vscode
  • Наука та технологія

КОМЕНТАРІ • 5

  • @user-mx1dv4rb3z
    @user-mx1dv4rb3z 2 місяці тому

    This is a life saver for coders,TQSM

  • @danny-hj9ec
    @danny-hj9ec 4 місяці тому

    THNX!!! This was the only video that showed me a solution without much detours

  • @lefterisinSacTown
    @lefterisinSacTown 5 місяців тому

    IT is a common issue with the Prettier formatting of large files. A lot of users have this issue. When you Alt + Shift + F to format the document, prettier jumps to the bottom. Very annoying.

    • @TheCodeCity
      @TheCodeCity  5 місяців тому +1

      Try setting formatmode to modifications, this will only format the changes in the file, not the whole file.