Navigation

    Community

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

    LESS - is there a plugin that allows auto-completion?

    Help wanted · · · – – – · · ·
    auto-complete less plugins
    2
    3
    1416
    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.
    • Lukasz kowal
      Lukasz kowal last edited by

      Hi,

      I’m searching for a plugin that allows auto-completion for LESS code in LESS files. Is there such a plugin? I can’t find it.

      I already have a plugin for highlight LESS code in Notepad++.

      Thanks for help in advance.

      Claudia Frank 1 Reply Last reply Reply Quote 0
      • Claudia Frank
        Claudia Frank @Lukasz kowal last edited by

        @Lukasz-kowal

        I don’t know of a plugin but the general approach about auto completion in npp is
        the following.
        A) npp has a builtin autocompletion feature which scans your text and offers
        already written words for autocompletion (Settings->Preferences->AutoCompletion) and
        B) npp uses the so called api files which are basically xml files containing the
        most used words, or whatever one thought it should be in there, of the current language. Checkout the plugins\APIs directory.

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 2
        • Lukasz kowal
          Lukasz kowal last edited by

          Thank you. This helped me a lot. I created a LESS XML file from my CSS XML file and now auto-completion for LESS is working.
          I will use this method in the future to add new words for auto-completion for my other languages, for example my CSS lacks CSS3 tags.

          Thanks for help.

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