rust-analyzer: Changelog #11

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

内容简介:Commit:Release:

Changelog #11

Commit: 5b703bd

Release: 2020-02-10

New Features

  • #3053 VS Code extension now tries to automatically download the latest release. Additionally, the extension is now published to the Marketplace ( link ). Note that if you want to continue using rust-analyzer build from sources, you need to add

    {
          "rust-analyzer.raLspServerPath": "ra_lsp_server"
    }

    to settings.json

  • #2981 changed the way onEnter handler works in VS Code. We no longer register a custom ontype command. Instead, we provide a shortcut, bound to kbd:[Enter]. If you have enableEnhancedTyping: false in you settings, you’ll want to disable this shortcut.

  • #3050 implement argument-position impl Trait again (support for impl Trait was removed with the Chalk upgrade last week). Return-position impl Trait support will still have to wait for Chalk.

  • #2911 display errors from the lexer.

  • #2962 groundwork for use Trait as _ syntax.

  • #2948 Add Explicit Type assist now can replace _ types.

  • #3040 rework value parameter parsing to use 2018 edition syntax.

  • #3054 move Emacs support upstream.

Fixes

  • #3017 correctly handle crates with - in names.

  • #3044 don’t crash when receiving unknown file for cargo diagnostics.

  • #3047 fix parsing of async unsafe functions.

Internal Improvements

  • #3024 fix leaking observers and promises in VS Code extension.

  • #3001 , #3003 reduce the number of TypeScript dependencies.

  • #3018 , #3045 refactor some assists to use type-safe AST editing API.

  • #3031 , #3034 , #3063 refactor auto-import infrastructure.

  • #3069 refactor interface for creating assists groups.

  • #3081 automate release process.

  • #3029 extract ra_ide_db crate to improve compile times and code organization.

  • rust-analyzer.github.io#31 switch changelogs from markdown to AsciiDoctor.

  • Bump NodeJS requirement to 12 (you only need node if you build VS Code extension from source).


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

查看所有标签

猜你喜欢:

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

Java常用算法手册

Java常用算法手册

2012-5 / 59.00元

《Java常用算法手册》分三篇,共13章,分别介绍了算法基础、算法应用和算法面试题。首先介绍了算法概述,然后重点分析了数据结构和基本算法思想;接着,详细讲解了算法在排序、查找、数学计算、数论、历史趣题、游戏、密码学等领域中的应用;最后,列举了算法的一些常见面试题。书中知识点覆盖全面,结构安排紧凑,讲解详细,实例丰富。全书对每一个知识点都给出了相应的算法及应用实例,虽然这些例子都是以Java语言来编......一起来看看 《Java常用算法手册》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

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

正则表达式在线测试