Community
    • Login

    Request: improved colorizing functions

    Scheduled Pinned Locked Moved General Discussion
    2 Posts 2 Posters 924 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.
    • Alex CA
      Alex C
      last edited by Alex C

      VSCode has 2 useful plugins based on using different colors:
      “Bracket Pair Colorizer”(each bracket pair has its own color) and “Indent-rainbow”(each indent size has its own color)
      Simple ideas which greatly improve usability and debug.
      Is there some way to get the same functions in Notepad++?

      Meta ChuhM 1 Reply Last reply Reply Quote 0
      • Meta ChuhM
        Meta Chuh moderator @Alex C
        last edited by Meta Chuh

        welcome to the notepad++ community, @Alex-C

        rainbow brackets (colour coded nested brackets) will currently not be implemented in notepad++, due to limitations of the scintilla component, which it depends on.

        rainbow brackets could be done with external plugins, overriding the internal lexer, but as far as i know of, no plugin that is capable to add rainbow brackets to notepad++ exists at the moment.

        note: rainbow brackets could also be done with scripting plugins, like pythonscript, to some extent, but i’ve not been able to find any existing, working scripts yet either.

        my apologies and best regards.

        1 Reply Last reply Reply Quote 1
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors