atom / bracket-matcher

Jump to brackets
MIT License
142 stars 98 forks source link

add a feature to find brackets without a matching bracket #332

Closed WiNDOGE-Master closed 5 years ago

WiNDOGE-Master commented 6 years ago

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

olsonpm commented 6 years ago

I would suggest to leave this functionality for linters

revelt commented 6 years ago

I don't quite understand what exactly is this feature about. @WiNDOGE-Master please elaborate on what you would like to happen and what exactly the feature should do. If you take time documenting it, maybe community will take time coding it up.

For example, "Idea: I want to select the contents of a tag, from an opening bracket to closing bracket, but not include them in the selection. Workflow: place the cursor on either side of an opening bracket, then activate a keyboard shortcut, cursor jumps to just before next closing bracket, everything between these two brackets (but not including them) gets selected".

Ben3eeE commented 5 years ago

Thanks for reaching out!

We require the template to be filled out on all new issues and pull requests. We do this so that we can be certain we have all the information we need to address your submission efficiently. This allows the maintainers to spend more time fixing bugs, implementing enhancements, and reviewing and merging pull requests.

Thanks for understanding and meeting us half way :grinning:

revelt commented 5 years ago

@Ben3eeE thank you.