IntelliJ Rust 0.2.0 发布,Rust 的 IntelliJ 插件

栏目: 软件资讯 · 发布时间: 7年前

内容简介: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.

详情请查看发布主页

IntelliJ Rust 0.2.0 发布,Rust 的 IntelliJ 插件

下载地址:


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Beautiful Code

Beautiful Code

Greg Wilson、Andy Oram / O'Reilly Media / 2007-7-6 / GBP 35.99

In this unique work, leading computer scientists discuss how they found unusual, carefully designed solutions to difficult problems. This book lets the reader look over the shoulder of major coding an......一起来看看 《Beautiful Code》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

SHA 加密
SHA 加密

SHA 加密工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试