Fix emmet not working in react js in vs code | Enable Emmet support for JSX in Visual Studio Code

Поделиться
HTML-код
  • Опубликовано: 13 сен 2024
  • Fix emmet not working in react js in vs code | How to enable emmet in JSX vs code
    This video answers the common problem of react developers that is How to enable emmet in JSX vs code ?
    Emmet uses different abbreviations and short expressions depending on what's passed, and then dynamically converts the abbreviations into the full code. Emmet is mostly used for HTML, XML, and CSS, but it can also be used with programming languages
    1. Open any source folder on VS Code, and go to Settings :
    On Mac : Command + ,
    On Windows : Ctrl + ,
    It’s Command or Control with the Comma symbol. Just to avoid any confusion.
    2. Go to the Workspace Settings tab.
    3. On the left sidebar, go to Extensions dropdown, and choose Emmet.
    4. Click “Edit in settings.json”
    5. Add this following lines to the settings.json file that opened up.
    6. Emmet should be enabled in .js files now! 🎉Fix emmet not working in react js in vs code | How to enable emmet in JSX vs code
    This video answers the common problem of react developers that is How to enable emmet in JSX vs code ?
    Emmet uses different abbreviations and short expressions depending on what's passed, and then dynamically converts the abbreviations into the full code. Emmet is mostly used for HTML, XML, and CSS, but it can also be used with programming languages
    1. Open any source folder on VS Code, and go to Settings :
    On Mac : Command + ,
    On Windows : Ctrl + ,
    It’s Command or Control with the Comma symbol. Just to avoid any confusion.
    2. Go to the Workspace Settings tab.
    3. On the left sidebar, go to Extensions dropdown, and choose Emmet.
    4. Click “Edit in settings.json”
    5. Add this following lines to the settings.json file that opened up.
    6. Emmet should be enabled in .js files now! 🎉

Комментарии • 8

  • @user-qm4cw8th6f
    @user-qm4cw8th6f 8 месяцев назад +1

    Very good video... I try it and it is really working

  • @user-gm5ri4pq5t
    @user-gm5ri4pq5t 4 месяца назад +1

    Thanks!

    • @MJHacks
      @MJHacks  4 месяца назад

      No problem!

  • @alramdein-yt
    @alramdein-yt 4 месяца назад +1

    thanks bro

    • @MJHacks
      @MJHacks  4 месяца назад

      No problem

  • @chandresh097
    @chandresh097 5 месяцев назад +1

    how can you see code example in modal when type

    • @MJHacks
      @MJHacks  5 месяцев назад

      Try installing es6/es7 react/redux snippet extension in vs code