• Login
Community
  • Login

auto complete\insert multiple html tags?

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
9 Posts 4 Posters 986 Views
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.
  • M
    mzeshle
    last edited by Feb 12, 2020, 7:37 PM

    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?

    A 1 Reply Last reply Feb 12, 2020, 8:15 PM Reply Quote 0
    • A
      Alan Kilborn @mzeshle
      last edited by Feb 12, 2020, 8:15 PM

      @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
      • A
        andrecool-68
        last edited by andrecool-68 Feb 12, 2020, 9:37 PM Feb 12, 2020, 9:36 PM

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

        1 Reply Last reply Reply Quote 4
        • M
          mzeshle
          last edited by Feb 13, 2020, 2:14 AM

          @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.

          M A 2 Replies Last reply Feb 13, 2020, 2:23 AM Reply Quote 0
          • M
            mzeshle @mzeshle
            last edited by Feb 13, 2020, 2:23 AM

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

            P 1 Reply Last reply Feb 13, 2020, 2:30 AM Reply Quote 0
            • P
              PeterJones @mzeshle
              last edited by Feb 13, 2020, 2:30 AM

              @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…

              M 1 Reply Last reply Feb 13, 2020, 6:43 PM Reply Quote 2
              • A
                andrecool-68 @mzeshle
                last edited by Feb 13, 2020, 8:21 AM

                @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
                • M
                  mzeshle @PeterJones
                  last edited by Feb 13, 2020, 6:43 PM

                  @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.

                  M 1 Reply Last reply Feb 13, 2020, 11:39 PM Reply Quote 0
                  • M
                    mzeshle @mzeshle
                    last edited by Feb 13, 2020, 11:39 PM

                    @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
                    6 out of 9
                    • First post
                      6/9
                      Last post
                    The Community of users of the Notepad++ text editor.
                    Powered by NodeBB | Contributors