Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Автоматическое закрытие скобки не отключается #257

Open
mepz opened this issue Oct 26, 2022 · 2 comments
Labels

Comments

@mepz
Copy link

mepz commented Oct 26, 2022

Добрый день.

Если выставить в настройках "editor.autoClosingBrackets":"never" (раньше наверное было true / false), то не отключается.
Особенно проблематично при глобальной замене текста заканчивающегося на открывающуюся скобку.

Проблема видимо в строке extension.ts:
const autoClosingBrackets = Boolean(vscode.workspace.getConfiguration("editor.autoClosingBrackets", editor.document.uri));

Буду рад, если исправится в будущих релизах, спасибо.

@nixel2007 nixel2007 added the bug label Oct 28, 2022
@nixel2007
Copy link
Member

Принято, спасибо

@nixel2007
Copy link
Member

Можно конкретные кейсы, где это мешает? Именно при обычном наборе или при автокомлите? При обычном наборе это можно поправить, нашел где. а вот в автокомплите идет определение количества параметров метода и вставляется либо ( либо ().

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

No branches or pull requests

2 participants