热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

IntelliJRustChangelog#123

Thisisthelastreleasethatsupportsthe2019.3platform.Toreceivepluginupdatesfurther,pleaseupgradeyourIDEto2020.1.Fullsetofchangescanbefound

This is the last release that supports the 2019.3 platform. To receive plugin updates further, please upgrade your IDE to 2020.1.

New Features

  • Debugger support outside of CLion:
    • Do not interrupt debugging session if debugger is not loaded. Now, if your debugger is not loaded or should be updated, the corresponding dialog and debugger loading don’t interrupt debugger session and it continues after successful loading. Also, there is option to download/update debugger automatically
    • Suggest user to install Native Debugging Support plugin when start debugging in IntelliJ IDEA Ultimate
  • Add Replace with block/EOL comment intentions (by @Jezza )

    IntelliJ Rust Changelog #123

  • Highlight never ( ! ) type as exit points (by @Kobzol )

    IntelliJ Rust Changelog #123

  • Show breadcrumbs for control flow constructions like if , match , loop , etc. You may configure editor breadcrumbs via Preferences | Editor | General | Breadcrumbs settings (by @Stzx )

    IntelliJ Rust Changelog #123

Performance Improvements

  • Optimize module declaration name resolution
  • Slightly speed up macro expansion

Fixes

  • Add use declarations to Rust REPL commands context. It enables completion of imported names
  • Fix false positive Redundant else error for slice patterns
  • Fix struct field name resolution. Now Go to declaration works for destructured fields when using type alias
  • Fix inlay type hints for type placeholders. Previously, they were wrong in some complex cases
  • Fix control flow analysis of paren expressions. Previously, unclosed paren expression led to IllegalStateException , and there were false-positive move errors on paren expressions inside struct literals
  • Use the proper grammar for path fragments in macro_rules! . Now macro calls with type-like paths (i.e. paths without :: token before < ) like foo!(Foo) are expanded properly (by @mrobakowski )
  • Fix environment variables forCoverage runner
  • Fix clippy and rustfmt installation check. They can be used for linting and reformatting code
  • Fix debugging when terminal emulation is enabled

Internal Improvements

  • Improve release actions script

Full set of changes can be found here


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 我们


推荐阅读
author-avatar
手机用户2502872807
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有