Coder Social home page Coder Social logo

Comments (4)

pvorona avatar pvorona commented on August 12, 2024

@ro31337 Yeah, i know what are you talking about. In this case I'm using bracket-matcher:go-to-matching-bracket to see where its hiding, give it a try.

from atom-bracket-highlight.

ro31337 avatar ro31337 commented on August 12, 2024

Yep, but I think it's more useful to have it highlighted IMO. I don't wanna jump to matching bracket, because sometimes I can't go back. For example:

        this.fm.blabla((error) => { // <-- Put your cursor here, but before the bracket, and click Ctrl+m two times
          this.errorHandler(error);
          if (!error) {
            // blabla
          };
        });

So it's easier to see it just highlighted again. I have zero knowledge about atom plugins, probably will need just for this one and add functionality. Do you think it can be implemented with styles only? I think not, some coffee coding is required.

from atom-bracket-highlight.

pvorona avatar pvorona commented on August 12, 2024

@ro31337 I've never faced with such a case, so yeah you are right. I probably should add an option to toggle highlighting or think for another way to highlight brackets. For now I see highlighting line numbers with matching brackets is also good idea

from atom-bracket-highlight.

matrixik avatar matrixik commented on August 12, 2024

Highlight matching line was added in built in bracket-matcher
atom/bracket-matcher#290

from atom-bracket-highlight.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.