Community
    • Login

    auto complete\insert multiple html tags?

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    9 Posts 4 Posters 1.6k Views 2 Watching
    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.
    • mzeshleM Offline
      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 KilbornA 1 Reply Last reply Reply Quote 0
      • Alan KilbornA Offline
        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-68A Offline
          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
          • mzeshleM Offline
            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.

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

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

              PeterJonesP 1 Reply Last reply Reply Quote 0
              • PeterJonesP Offline
                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…

                mzeshleM 1 Reply Last reply Reply Quote 2
                • andrecool-68A Offline
                  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
                  • mzeshleM Offline
                    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.

                    mzeshleM 1 Reply Last reply Reply Quote 0
                    • mzeshleM Offline
                      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

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      • First post
                        Last post
                      The Community of users of the Notepad++ text editor.
                      Powered by NodeBB | Contributors