Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    auto complete\insert multiple html tags?

    Help wanted · · · – – – · · ·
    4
    9
    341
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mzeshle
      mzeshle last edited by

      I remeber I used a plugin that will let me type something like div*5 and it would add 5 <div>'s immediately, the plugin also made it possible to type div.classname and it would add a dev with a class name, or div>h1 and it would give:

      <div>
         <h1>
         </h1>
      </div>
      

      Does anyone the name of this plugin or how to do this?

      Alan Kilborn 1 Reply Last reply Reply Quote 0
      • Alan Kilborn
        Alan Kilborn @mzeshle last edited by

        @mzeshle

        Maybe this recent thread is of some related interest?
        https://community.notepad-plus-plus.org/topic/18873/how-to-create-abbreviations-for-java-code

        1 Reply Last reply Reply Quote 0
        • andrecool-68
          andrecool-68 last edited by andrecool-68

          Plugin Emmet
          https://emmet.io/download/
          https://github.com/emmetio/npp

          1 Reply Last reply Reply Quote 4
          • mzeshle
            mzeshle last edited by

            @Alan-Kilborn @andrecool-68
            Thank you so much guys!
            I also found zen coding at https://code.google.com/archive/p/zen-coding/ and it seems its code was embedded into Emmit.

            mzeshle andrecool-68 2 Replies Last reply Reply Quote 0
            • mzeshle
              mzeshle @mzeshle last edited by

              @mzeshle Just found out all suggestions are only 32-bit compatible.

              PeterJones 1 Reply Last reply Reply Quote 0
              • PeterJones
                PeterJones @mzeshle last edited by

                @mzeshle said in auto complete\insert multiple html tags?:

                @mzeshle Just found out all suggestions are only 32-bit compatible.

                There was a reply on one of their GitHub issues that proports to link an unofficial 64bit build…

                mzeshle 1 Reply Last reply Reply Quote 2
                • andrecool-68
                  andrecool-68 @mzeshle last edited by

                  @mzeshle
                  Zen Coding and Emmet The project was started by Vadim Makeev in 2008 and has been actively developed by Sergei Chikuenk since 2009

                  1 Reply Last reply Reply Quote 2
                  • mzeshle
                    mzeshle @PeterJones last edited by

                    @PeterJones said in auto complete\insert multiple html tags?:

                    f their GitHub issues that proports to link an unofficial 64bit build…

                    Thank you, but it seems it doesn’t work anymore on windows 10 or at least my machine.

                    mzeshle 1 Reply Last reply Reply Quote 0
                    • mzeshle
                      mzeshle @mzeshle last edited by

                      @mzeshle I solved the issue after looking at the error the Python Script plug-in console was showing. So to solve it, you can download the x64 from https://github.com/emmetio/npp/issues/19#issuecomment-383800041 then making sure to:

                      • Install the python script plug-in
                      • Copy everything (python scripts) in the Emmet folder except the .dll to the scripts folder of Python Script plug-in.
                      • Make sure to go to Settings>Shortcut Mapper to change the default Emmet shortcut something other than ctrl-alt-enter because this has conflict with another NPP shortcut

                      It worked! thank you all guys!

                      1 Reply Last reply Reply Quote 3
                      • First post
                        Last post
                      Copyright © 2014 NodeBB Forums | Contributors