gpt4 book ai didi

sublimetext3 - Sublime Text 3 中的 ES6 反引号支持

转载 作者:行者123 更新时间:2023-12-04 02:02:16 25 4
gpt4 key购买 nike

在我的 Sublime Text 3(build 3065)中,ES6 字符串插值反引号似乎混淆了 html 文件中的语法高亮显示。例如

console.log(`"`)

会导致语法突出显示假设我们在这里有一个不匹配的引号,而不是认为这是一个反引号引用的单引号 - 这使得源文件的其余部分在代码突出显示方面毫无用处。

这个问题是否已在更新的构建或附加组件中得到解决?

同时,我可以通过关闭评论中的假想引文来解决这个问题。

console.log(`"`) // "

最佳答案

在 Sublime 中你需要安装一个单独的语法高亮包。目前这里有一个 TextMate/Sublime 2 包(应该适用于 Sublime 3):https://github.com/Benvie/JavaScriptNext.tmLanguage

From the Installation and Use heading :

If you haven't already, install Package Control, then selectJavaScript Next from the Package Control: Install Package dropdownlist in the Command Palette.

To set this as your default JavaScript syntax, open a javascript file,then select View -> Syntax -> Open all with current extension as... ->JavascriptNext.

You may also need to change the ColorScheme. Pick one from Preferences-> Color Scheme -> JavaScriptNext.

编辑:原始回答者在下面的评论中发布了一个使用更广泛的荧光笔。是这里: github.com/babel/babel-sublime

关于sublimetext3 - Sublime Text 3 中的 ES6 反引号支持,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29994814/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com