简体   繁体   English

如何在 Visual Studio 代码中更改 javascript 关键字

[英]How to change javascript keyword in visual studio code

I would like to change JavaScript function keyword to ƒ .我想将 JavaScript function关键字更改为ƒ

Example:例子:

const doSomething = ƒ (arg) { ... }

Is there any way to do it?有什么办法吗? Thanks.谢谢。

Thank you for your helpful comments.感谢您的有用意见。 In the end I've came up with this solution:最后我想出了这个解决方案:

在此处输入图像描述

I've combined Fira Code font ligature with vsc-conceal extension.我将Fira Code字体连字与vsc-conceal扩展相结合。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM