IntelliJ Rust Changelog #123

栏目: IT技术 · 发布时间: 3年前

内容简介:This is the last release that supports the 2019.3 platform. To receive plugin updates further, please upgrade your IDE to 2020.1.Full set of changes can be found

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
  • 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<u32>) are expanded properly (by @mrobakowski )
  • Fix environment variables forCoverage runner
  • Fix debugging when terminal emulation is enabled

Internal Improvements

  • Improve release actions script

Full set of changes can be found here


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

查看所有标签

猜你喜欢:

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

人工智能基础

人工智能基础

汤晓鸥、陈玉琨 / 华东师范大学出版社 / 2018-4-1 / 35.00元

人工智能基础(高中版)》是面向高中学生的教材。讲授人工智能的发展历史、基本概念以及实际应用,使学生理解人工智能的基本原理,特别是数据、算法与应用之间的相互关系。并结合常见的应用场景,理解人工智能技术(包括感知与决策)的基本工作方式,通过动手实践,更深入地理解人工智能技术的原理、能力,以及在实用中面临的挑战。本书强调人工智能基本理念与原理的传递,注重创造力、想象力、整体思考,以及动手能力的提升。一起来看看 《人工智能基础》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具