js环境搭建

Hi,

Finally we get the Visual Studio license, so everyone should have the professional version right now. It’s a good chance to improve our productivity even more!

Install extensions

Everybody should install the following extensions in your visual Studio! No exception!

  1. 1.        Web Essentials 2013 for Update4
  2. 2.        VSCommands for Visual Studio 2013
  3. 3.        Productivity Power Tools 2013
  4. 4.        Indent Guides
  5. 5.        ResXManager
  6. 6.        DocStubsJs
  7. 7.        Visual Studio Spell Checker

If you have never installed any extension neither, please click the menu "TOOLS / Extensions and Updates", and click "Online" tab in left, then you can find them there.

After you have installed them, please do some configurations about them.

  1. Click menu: Tools -> Options -> Productivity Power Tools
  2. Turn off some features in below picture, to preserve your own development habits.
  3. Click “PowerCommands” in left, and make sure “Format document on save” is checked.
  4. Click the “DocStubsJs” in left, and configure like below. Especially the highlight lines. Also pay attention to other lines if you have different values.

Install JavaScript code snippets

Please install the snippets to your visual studio to increase development productivity. Find the code snippets in attachment. If you have never tried code snippet before, please do it like this. Select some codes in text editor, and press Ctrl+K,S combination shortcut key, and choose one snippets.

Please copy the files and paste them into {Visual Studio directory}\JavaScript\Snippets\1033\JavaScript, and overwrite all. Note that the snippets are written for VS2012 and VS2013, don‘t install them for VS 2010.

The code snippets for C#, should be installed to {Visual Studio directory}\VC#\Snippets\1033\Visual C#.

Install an excellent font (Optional)

I want to introduce a wonderful development font to you, Source Code Pro, which is developed by Adobe and open source. It shows code better than your current Visual Studio default font. It‘s a monospaced font (等宽字体), and you can easily recognize similar characters, such as 1-l-I, 0-O. It shows codes in a proper size, neither too small nor too big, not like default font. You can find it in attachement.

To install them please copy all *.otf files into c:\Windows\Fonts.

Then open your Visual Studio, and open the “Options” dialog. Expand to Environment - Fonts and Colors menu on left. On right side, choose the font “Source Code Pro”. The normal size is 10.

Configure your Visual Studio options

 

  1. 1.     CSS Formatting

The CSS codes should be formatted in compact format. See the picture below. The css rules should be shrunk in one line and the different levels should be well indented when you press Ctrl + K, Ctrl + D combination shortcut key.

Please configure your Visual Studio by the following steps.

Step 1:

Step 2:

Step 3:

  1. Change the text intent of XML files

To unify the text intent of all team members, please configure the highlighted numbers to 2, if your value is different.

  1. 3.     C# - using directives sorting

Mark the checkbox, so that all “System” using directives always at top.

Best Regards


 
Fengbao Li / Technical Lead

Phone: +86 131 2471 7568

[email protected]

www.symbio.com

时间: 2024-10-11 05:46:04

js环境搭建的相关文章

Node.js环境搭建&&npm安装

Node.js环境搭建 第一步:进入官网,然后直接点击左边的下载左边的部分,因为其提示 “Recommended For Most Users”. 第二步:下载得到的是msi文件,直接双击安装,一路next即可安装完成. 第三步:这时,我们就可以在“开始”中找到最新添加了两项内容,可以创建快捷方式到桌面上方便使用.如图: 第四步:安装完成后,按下win+R ,然后输入cmd后进入dos窗口,直接输入 node -v,这时我们可以看到你所安装的版本号,表示安装成功,如下所示: 第五步:npm安装.

paip.最好的脚本语言node js 环境搭建连接mysql

6.4 一些说明 数据属性可以重写同名的方法属性.这是为了避免在大型系统中产生问题的意外名称冲突.所以用一些减少冲突的常用方法是很有效果的.常用的方法包括:大写字母方法名称,用唯一的字符串来做为数据属性的名称(可以是个下划线_)或者用动词命名方法和用名字命名数据属性. 数据属性就像和对象的普通用户一样可以被方法引用.换句话说,类不能用来实现纯净的数据类型.事实上,在python中不能强制数据隐藏,一切基于约定.(另一方面,如C中写的,python的实现可以做到完全隐藏实现细节并且在必要是可以控制

node.js 环境搭建

一 官网下载安装包 : 1.http://www.nodejs.org/download/ 选择相应的包进行安装 2.安装express : npm install -g express -generator 二 测试安装情况 在cmd 中输入 node -version 如果显示版本说明安装成功 在cmd中输入 npm --version 如果显示版本说则说明 包管理器安装成功 三 安装模块 在CMD 中 依次输入 mkdir my-project cd my-project npm inst

vue.js环境搭建

vue最开始说是库,现在应该可以说是框架了,很多大公司都开始用vue了,这得源于vue的本质 1:数据化驱动,2:组件化模板.项目中用vue都得搭建环境,经过一段时间的摧残后终于有勇气来写篇关于vue环境搭建的博文了,我相信网上已经有很多前辈的博文能够帮助大家完成搭建,与我来说只是记录下自己搭建环境的一点心得,如若能够帮助到两三人,足以. 1:因为vue.js的运行是基于node.js的npm环境下,所以我们得先安装node.js,这个就不累赘了,网上下个node.js安装即可. 2:记得刚开始

node.js环境搭建记录

第一步:下载安装文件 下载地址:官网http://www.nodejs.org/download/ 第二步:安装nodejs 下载完成之后,双击 node-v0.8.16-x86.msi,开始安装nodejs,默认是安装在C:\Program Files\nodejs下面 第三步:安装相关环境 打开C:\Program Files\nodejs目录你会发现里面自带了npm,直接用npm安装相环境既可 进入node.js command prompt 命令窗口 进入nodejs 安装目录 C:\P

vue.js环境搭建踩坑记

1. JS 包安装工具的选择npm or yarn 刚开始进行环境搭建的时候,用的是npm包管理工具,但是运行命令 npm run dev,启动项目总是报错,百度说是webpack和webpack-dev-server版本不兼容问题 原因:这是新版webpack存在的BUG,卸载现有的新版本webpack,装老版本就好 但是在用npm update命令后,webpack和webpack-dev-server版本会自动升级,,后面看到了用yarn, 具体步骤可参考:https://blog.csd

初学Node.js -环境搭建

从毕业一直到现在都是在做前端,总感觉缺少点什么,java? PHP? .Net? 框架太多了,学起来不好掌握,听说node.js挺牛的,我决定把node.js好好的学一下.首先是环境的配置,这个配置真的折磨了我好久,每当我感觉配好了之后,程序运行他就开始报错,没有这个模块,没有那个模块的,然后我把node卸载了,准备重新安装 好好的研究一下环境的搭建. 第一,官网下载node的msi安装包,然后默认安装就行了. 第二,安装两个全局模块 在命令行输入: npm install -g express

widows下node.js环境搭建及运行js

昨天刚刚开始学习node.js,网上一些教程不是很清楚,所以总结一下我的经验. 1.安装. 安装省略,就到官网上去下载安装一下就好.安装完成之后,打开cmd,输入“path”,查看path环境是否配置了node.js和npm.显示如下,表示已经配置. 检查node.js版本,输入“node --version”或者"node -v" 2.安装模块. npm是随node.js一起安装的包管理工具.在node.js安装好的同时也一起安装了. 检查node.js版本,输入“npm --ver

Windows环境下Node.js环境搭建

1.Node.js下载与安装 https://nodejs.org/zh-cn/download/ Windows现在windows安装包(.msi),现在后手动安装,安装目录无要求,选项默认即可 2.项目中安装 cmd到项目文件夹,输入以下命令回车执行 npm install npm install -g grunt-cli 3.监控 项目开发时,cmd到项目文件夹,输入以下命令 grunt watch 监控manifest.json,代码保存后会自动打包. 原文地址:https://www.