内容简介:Rider 2017.2 EAP 3 发布了。Rider 是一个跨平台的 .NET IDE:可以在 Windows、Mac 和 Linux 上使用。Rider 允许开发 ASP.NET、.NET Core、.NET Framework、Xamarin 和 Unity 应用程序。本次主要更新内容包括: ...
Rider 2017.2 EAP 3 发布了。Rider 是一个跨平台的 .NET IDE:可以在 Windows、Mac 和 Linux 上使用。Rider 允许开发 ASP.NET、.NET Core、.NET Framework、Xamarin 和 Unity 应用程序。本次主要更新内容包括:
Better npm integration: Rider opens the npm tool window and offers to run
npm installon opening a solution that contains a top-level package.json files.tsconfig.json is now detected and taken into account when analyzing TypeScript files.
Call Tracking and Value Tracking actions are now directly available from the Alt+Enter menu on member and parameter declarations.
Import and export of all global settings is available, including both settings coming from ReSharper and the IntelliJ platform.
Solution-wide analysis (SWEA) is automatically paused during NuGet restore.
Improved Unity support, including better highlighting in .cginc files and injected Cg fragments in .shader files.
Better presentation of paths to MSBuild, Mono and .NET Core in Rider settings (Build, Execution, Deployment | Toolset and Build).
Performance stabilization (in progress).
完整更新内容请查看发行说明。
下载地址:https://www.jetbrains.com/rider/eap/
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- AppCode 2020.1.4 发布,集成开发环境
- AppCode 2018.1.1 发布,集成开发环境
- AppCode 2019.1.1 发布,集成开发环境
- AppCode 2019.1.2 发布,集成开发环境
- AppCode 2019.1.2 发布,集成开发环境
- AppCode 2019.1.3 发布,集成开发环境
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python编程实践
Jennifer Campbell、Paul Gries、Jason Montojo、Greg Wilson / 唐学韬 / 机械工业出版社华章公司 / 2011-12-31 / 49.00元
Python是当今世界流行的编程语言之一。本书共15章,通过一些短小精悍的交互式Python脚本帮助学生进行练习,并在这个过程中掌握诸如数据结构、排序和搜索算法、面向对象编程、数据库访问、图形用户界面等基本概念以及良好的程序设计风格。本书既是一本注重科学的计算机科学专业教材,也是一本目标明确的Python参考书。 本书语言风格言简意赅,图表丰富,简单实用,是一本优秀的Python入门级读物,......一起来看看 《Python编程实践》 这本书的介绍吧!