webstorm怎么用( 三 )


1、Windows 系统 /bin/idea.exe.vmoptions 或是下面的方法进行设置: /bin/idea64.exe.vmoptions 2、*NIX 系统 /bin/idea.vmoptions 或是下面的方法进行设置: /bin/idea64.vmoptions 3、Mac操作系统 将这个file /Applications/WebStorm.app/bin/下的idea.vmoptions复制到 ~/Library/Preferences/WebIdeXX/idea.vmoptions 举个例子 , 为了增加WebStorm堆的大小 , 你需要从/Applications/WebStorm.app/bin/idea.vmoptions 复制original .vmoptions文件到~/Library/Preferences/WebIdeXX/idea.vmoptions , 然后修改-Xmx设置 。对于比较旧的版本的话 , 就需要如下进行设置存储: /Applications/WebStorm.app/Contents/Info.plist Unicode文本的管理设置 在WebStorm允许定义非ascii字符是否应该使用文字像'\ u00AB'或‘\ 00 ab” 。
中操作主要是由系统属性idea.native2ascii.lowercase控制 , 在默认的情况下 , 使用大写字符 。也可以使用小写字符 , 但是需要按照使用的平台进行设置 , 如下: 1、Windows 和 *NIX系统 idea.native2ascii.lowercase=true 放到bin/idea.properties文件 , 这个文件位于产品装包中 。
2、Mac操作系统 复制/Applications/WebStorm.app/bin/idea.properties文件到~/Library/Preferences/WebIdeXX/下 , 打开进行编辑 , 添加行 。对于老版本的WebStorm , 打开用于编辑的/Applications/WebStorm.app/Contents/Info.plist文件 , 并添加以下代码: idea.native2ascii.lowercase true 到这个部分 Properties
放到bin/idea.properties文件 , 这个文件位于产品装包中 。

webstorm怎么用

文章插图