お世話になっております。
コードスニペット内で、左括弧を入力した際、右括弧も自動で補完されるようにしていただけませんでしょうか。
ご検討いただければ幸いです、よろしくお願い致します。
When I input the left bracket, it would be great if the right bracket is also input automatically.
お世話になっております。
コードスニペット内で、左括弧を入力した際、右括弧も自動で補完されるようにしていただけませんでしょうか。
ご検討いただければ幸いです、よろしくお願い致します。
When I input the left bracket, it would be great if the right bracket is also input automatically.
Yokooさん
こんにちは。ご要望ありがとうございます。
これは比較的簡単に実現できると思います。
CodeMirrorに既にclosebrackets
というaddonがあるので、これを流用できます:
https://codemirror.net/demo/closebrackets.html
試しに有効にしてみたところ、MarkdownのEnterキーの挙動と衝突していることが分かりました。
それがうまく解決できれば対応できそうです。
もしくはプラグインとしての実装を検討してみてください。
Code-Foldプラグインなどが参考になると思います:
お世話になっております。
早速ありがとうございます!
なるほど、そうなのですね。
自分の方でも実装できないか検討してみます。
情報ありがとうございます!
Hello @Ryuki_Yokoo and @craftzdog,
Did you guys managed to handle the auto-close for parenthesis, brackets, etc ?
If not, I can try to look and develop a plugin, it would be a nice project to train on.
Have a great day
Just a quick work to say that I developed and published the plugin, if it can help anybody
Here it is : auto-close-brackets
Good job, @honocoder
BTW, I’m planning to migrate CodeMirror to v6, which can be easily accomplished to support auto-close brackets in the future.
Hi, Jimy.
Actually, I haven’t worked on this feature, so I really appreciate your plugin!!
Thanks @craftzdog
No problem, I’ll keep an eye on your updates videos and/or here, and I’ll update the plugin when needed.