我的 Visual Studio 2013 开发环境配置

1. tab 设置

 Tools -> Options -> Text Editor -> C# -> Tabs

  • 选择:Smart
  • 选择:Keep tabs
  • Tab size 输入:4
  • Indent size 输入:4

2. 黑色主题

 Tools -> Options -> Environment -> General -> Color theme

3. 行号显示

 Tools -> Options -> Text Editor -> All Language:Line numbers

4. 智能空格设置

 Tools -> Options -> Text Editor -> C# -> Formatting -> Spacing

  • 关闭:Insert space after keywords in control flow statements(if 后面的空格)

5. 安装常用的插件

  • Productivity Power Tools 2013(安装)
  • NuGet Package Manager for Visual Studio 2013(升级)

6. 环境和文本编辑器配置字体(等宽)

  工具 -> 选项 -> 环境 -> 字体和颜色

  环境:Lucida Console

  文本编辑器:Consolas

7. 安装英语语言包

  • 下载语言包:

  方式1:博客园下载,Visual Studio 2013 英语语言包

  方式2:微软官方下载,进入 Visual Studio下载中心 网站,搜索 “Visual Studio 2013 Language Pack”

  • 安装语言包:

    步骤1:关闭所有已打开的 Visual studio 软件

    步骤2:控制台执行:下载的语言包 exe 文件路径 \ ******.exe /Uninstall  选择 Repair

  • 切换语言包:

    Visual studio 中: Tools -> Options -> Environment -> International Settings -> Language:English

 

posted @ 2019-03-07 11:23  wild-coffee  阅读(411)  评论(0编辑  收藏  举报