찾다

 >  Q&A  >  본문

node.js - vscode有没有格式化ejs的插件?

最好能够格式化像这样的代码

<%- include('header')%>
    <h1>
        <%=name.toUpperCase() %>
    </h1>
    <p>hello,
        <%= name%>
    </p>
    <%- include('footer')%>
PHPzPHPz2784일 전988

모든 응답(2)나는 대답할 것이다

  • 黄舟

    黄舟2017-04-17 16:38:14

    정규식
    직접 바꾸세요

    회신하다
    0
  • 怪我咯

    怪我咯2017-04-17 16:38:14

    vscode 사용자가 구성한 파일 연결을 설정하고 ejs를 html에 연결합니다.

    <코드>"files.associations": {
      "*.ejs": "html"
    }
    

    회신하다
    0
  • 취소회신하다