Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

No way to disable context-aware bracket wrapping #397

Open
4 of 6 tasks
ghost opened this issue May 13, 2020 · 2 comments
Open
4 of 6 tasks

No way to disable context-aware bracket wrapping #397

ghost opened this issue May 13, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented May 13, 2020

Prerequisites

Description

A while ago was added context-aware bracket wrapping on this pull. That's great for ruby-style string interpolation, but there is no option to disable it in the settings.

Steps to Reproduce

Expected behavior:

Some way to unable/disable/customize context aware bracket wrapping.

Actual behavior:

image

Settings do not mention anything about context-aware bracket wrapping

Versions

packages:
bracket-matcher: 0.91.2

Atom : 1.46.0
Electron: 4.2.7
Chrome : 69.0.3497.128
Node : 10.11.0

apm 2.4.3
npm 6.2.0
node 10.2.1 x64
atom 1.46.0
python 3.7.7
git 2.22.0.windows.1
visual studio

OS: windows 10

@deiga
Copy link
Contributor

deiga commented May 14, 2020

Can you describe what issues this is causing?

@ghost
Copy link
Author

ghost commented May 19, 2020

Well, maybe I do not want all of my "#" strings to be replaced with the ruby styled "#{}" as I write in coffeescript. It is a cool feature to have if you are programming in those languages, but if I merely want to do some cson like

tags: [
    "#TagA"
    "#TagB"
    "#TagC"
]

Is very annoying to have to erase the {} that context-aware matching generates every time.

This is not an issue with the cofeescript or ruby packages, as it goes away when I disable the bracket-matcher package.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant