LoginSignup
13
10

More than 5 years have passed since last update.

ATOMで開き括弧を入力した時に、閉じ括弧を自動で入力するのをやめる

Posted at

標準で入っている"Bracket Macher"というプラグインがそうしている。

設定の"Packages"から、"Bracket Macher"を検索し、そのSettingを開く。Auto Complete Autocomplete Bracketsがあるので、チェックを外す。

もしくは、config.csonに以下を追加する。

  "bracket-matcher":
    autocompleteBrackets: false
13
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
10