Atom 编辑器:标签创建括号 - JavaScript 编辑
Atom Editor: Hashtag creates brackets - JavaScript editing
我一定是不小心切换了一个选项。
如果我在引号内键入标签 #
,atom 会自动附加 {}
.
示例:
类型 = 我输入的内容
Atom = Atom 的实际作用
Type: "
Atom: ""
Type: #
EXPECTED: "#"
Atom: "#{}"
我也有这个问题。潜在的解决方法已发布在 Atom 留言板上 here。
更新:此问题将在下一版本中修复。查看我上面链接的线程
这是 Atom 核心设置中的 known issue that will hopefully get a fix in one of the next releases. As a workaround, you can disable the new Tree Sitter Parser:
请记住,Tree Sitter 是 Atom 的下一代解析器,因此一旦问题得到解决,您应该再次启用 Tree Sitter!
我一定是不小心切换了一个选项。
如果我在引号内键入标签 #
,atom 会自动附加 {}
.
示例:
类型 = 我输入的内容
Atom = Atom 的实际作用
Type: "
Atom: ""
Type: #
EXPECTED: "#"
Atom: "#{}"
我也有这个问题。潜在的解决方法已发布在 Atom 留言板上 here。
更新:此问题将在下一版本中修复。查看我上面链接的线程
这是 Atom 核心设置中的 known issue that will hopefully get a fix in one of the next releases. As a workaround, you can disable the new Tree Sitter Parser:
请记住,Tree Sitter 是 Atom 的下一代解析器,因此一旦问题得到解决,您应该再次启用 Tree Sitter!