WebStorm 可以在我编写时自动格式化代码吗? [英] Can WebStorm automatically format the code when I am writing?

查看:45
本文介绍了WebStorm 可以在我编写时自动格式化代码吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 Visual Studio 中,当我键入一些特殊字符(如 ;})时,它会自动格式化相关的代码段,但在 WS 中,什么也没有发生.我试图找到那个选项,但没有结果.

In Visual Studio when I type some special characters like ;} it will automatically format related code segment, but in WS, nothing happens. I tried to find that option but ended without fruits.

// e.g. In VS, if we type something like:
var abc=123
// and then type ; it will be formatted as:
var abc = 123;

我试图理解为什么很多人喜欢将 WebStorm 作为 JS IDE.:)

I am trying to understand why many people love WebStorm as a JS IDE. :)

推荐答案

此选项在 WebStorm 8(即将推出)中提供 - 参见 IDEA-120066

This option is provided in WebStorm 8 (coming soon) - see IDEA-120066

这篇关于WebStorm 可以在我编写时自动格式化代码吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆