Almenon / Almenon/AREPL-vscode

Disable auto-closing of brackets

未关闭
#7 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement help wanted low priority
主要语言
TypeScript
星标
301
派生
46
PR 合并指标
30 天内没有已合并 PR

描述

This is very useful in preventing early execution of the program.

> "editor.autoClosingBrackets": false,

most specific setting env is for all python files :/

https://code.visualstudio.com/docs/getstarted/settings#_language-specific-editor-settings

next thing on the roadmap is settings per file type but even that is not specific enough

but i could just put editor setting back in whenever user switches docs

```typescript
const config = workspace.getConfiguration('launch', vscode.window.activeTextEditor.document.uri);
oldBracketComplete = config.get('configName')
values.update('configName',value, true) //true for global
// on switch update config with old BracketComplete
// and on dispose update as well
```

Please comment or +1 if you want this feature

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。