内容简介:Commit:Release:
Changelog #11
Commit:
5b703bd
Release:
2020-02-10
New Features
-
#3053VS 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 -
#2981changed the wayonEnterhandler works in VS Code. We no longer register a customontypecommand. Instead, we provide a shortcut, bound to kbd:[Enter]. If you haveenableEnhancedTyping: falsein you settings, you’ll want to disable this shortcut. -
#3050implement argument-positionimpl Traitagain (support forimpl Traitwas removed with the Chalk upgrade last week). Return-positionimpl Traitsupport will still have to wait for Chalk. -
#2911display errors from the lexer. -
#2962groundwork foruse Trait as _syntax. -
#2948Add Explicit Type assist now can replace_types. -
#3040rework value parameter parsing to use 2018 edition syntax. -
#3054move Emacs support upstream.
Fixes
Internal Improvements
-
#3024fix leaking observers and promises in VS Code extension. -
#3018,#3045refactor some assists to use type-safe AST editing API. -
#3069refactor interface for creating assists groups. -
#3081automate release process. -
#3029extractra_ide_dbcrate to improve compile times and code organization. -
rust-analyzer.github.io#31switch changelogs from markdown to AsciiDoctor. -
Bump NodeJS requirement to 12 (you only need node if you build VS Code extension from source).
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
perl进阶
Randal L.Schwartz、brian d.foy、Tom Phoenix / 韩雷 / 人民邮电出版社 / 2015-10-1 / 69
本书是Learning Perl一书的进阶。学完本书之后,您可以使用Perl语言的特性编写从简单脚本到大型程序在内的所有程序,正是Perl语言的这些特性使其成为通用的编程语言。本书为读者深入介绍了模块、复杂的数据结构以及面向对象编程等知识。 本书每章的篇幅都短小精悍,读者可以在一到两个小时内读完,每章末尾的练习有助于您巩固在本章所学的知识。如果您已掌握了Learning Perl中的内容并渴......一起来看看 《perl进阶》 这本书的介绍吧!
MD5 加密
MD5 加密工具
UNIX 时间戳转换
UNIX 时间戳转换