内容简介:IntelliJ Rust 0.2.0 已发布,IntelliJ Rust 是 Rust 的 IntelliJ 插件,由 JetBrains 官方提供支持。 该版本最大的改进是对 Rust 类型系统更好的支持。现在能够正确处理通用类型,所以代码完成和导航可以在 lam...
IntelliJ Rust 0.2.0 已发布,IntelliJ Rust 是 Rust 的 IntelliJ 插件,由 JetBrains 官方提供支持。
该版本最大的改进是对 Rust 类型系统更好的支持。现在能够正确处理通用类型,所以代码完成和导航可以在 lambdas, iterators, futures 等内部使用。
此外,还有在 CLion 中对调试器的初步支持。
其他一些其他改进和功能包括
Parameter names and local variable type hints.
Better navigation with ability to search for implementations by type or trait.
Ctrl+F9 to build project in IDEA.
Ability fill an impl types and functions based on trait (video72).
Support for moving syntactic elements up/down (Ctrl+Shift+Up/Down) and left/right (Ctrl+Shift+Alt+Right/Left) (video43).
Quick definition (Ctrl+Shift+I).
Highlighting of function’s exit points, and semantic highlighting71.
Typing assistance: join lines (Ctrl+Shift+J) cleanups commas13 and blocks10, semicolon is inserted after return automatically in unit-returning functions, completion for function calls inserts parenthesis.
Breadcrumbs.
Completion and navigation for macro definitions.
Introduce variable (Cltr+Alt+V or
.let
postfix template).Various new inspections and intentions.
详情请查看发布主页。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Gradle插件开发系列之发布gradle插件到开源库
- mybatis 插件 flying-极光 发布
- Vue插件从封装到发布
- mybatis 插件 flying-清明 发布
- ShopXO 开源商城分销插件发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
iPhone开发实战
2009-10 / 69.00元
《iPhone开发实战》全面探讨了iPhone平台的两种编程方式——Web开发和SDK编程。全书结合示例对这两种编程方式的基本流程、基本原理和基本原则给出了详细而通俗的讲解。在Web开发方面,分别介绍了三个iPhone Web库,即WebKit、iUI和Canvas,并讨论了Web开发环境Dashcode,最后阐述Web应用程序的调试。在SDK开发方面,详细描述其各种组件和功能,包括Xcode、I......一起来看看 《iPhone开发实战》 这本书的介绍吧!