当前位置:   article > 正文

sublime中安装typescript_sublime typescript

sublime typescript

2015-4-18

今天下午去听了园区组织的Egret引擎的布道会


(本人是第一排的带眼镜的胖子...)


------------------------------------------------------------------------- 华丽分割线 ---------------------------------------------------------------------------

因为egret是用typescript写的,所以今天去翻了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文件







声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/79661
推荐阅读
相关标签
  

闽ICP备14008679号