赞
踩
2015-4-18
今天下午去听了园区组织的Egret引擎的布道会
(本人是第一排的带眼镜的胖子...)
------------------------------------------------------------------------- 华丽分割线 ---------------------------------------------------------------------------
因为egret是用typescript写的,所以今天去翻了typescript的牌子
朋友说,ts在visual studio中非常好用,因为毕竟是微软的东西
但是作为一个用惯了sublime的人,还是喜欢"轻"编写工具,不喜欢那么重的IDE
安装st3
http://www.sublimetext.com/3
安装st3的package control
import urllib.request,os,hashlib; h = '2915d1851351e5ee549c20394736b442' + '8bc59f460fa1548d1514676163dafc88'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)
幸好egret的官网也想到了这一点,于是我们来到了sublime的typescript插件
简单安装就可以了
go toPreferences
-> Package Settings
-> TypeScript
-> Plugin Settings - User
, and add "typescript_auto_format": false
to the json file.
前提:
1 必须安装nodejs,并且nodejs在环境变量path中,或者你另外设置node_path环境变量
完成之后,你就可以用.ts来作为扩展名来保存你的ts文件
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。