内容简介: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 wayonEnter
handler works in VS Code. We no longer register a customontype
command. Instead, we provide a shortcut, bound to kbd:[Enter]. If you haveenableEnhancedTyping: false
in you settings, you’ll want to disable this shortcut. -
#3050
implement argument-positionimpl Trait
again (support forimpl Trait
was removed with the Chalk upgrade last week). Return-positionimpl Trait
support will still have to wait for Chalk. -
#2911
display errors from the lexer. -
#2962
groundwork foruse 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
Internal Improvements
-
#3024
fix leaking observers and promises in VS Code extension. -
#3018
,#3045
refactor some assists to use type-safe AST editing API. -
#3069
refactor interface for creating assists groups. -
#3081
automate release process. -
#3029
extractra_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).
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
程序员成长的烦恼
吴亮、周金桥、李春雷、周礼 / 华中科技大学出版社 / 2011-4 / 28.00元
还在犹豫该不该转行学编程?还在编程的道路上摸爬滚打?在追寻梦想的道路上你并不孤单,《程序员成长的烦恼》中的四位“草根”程序员也曾有过类似的困惑。看看油田焊接技术员出身的周金桥是如何成功转行当上程序员的,做过钳工、当过外贸跟单员的李春雷是如何自学编程的,打小在486计算机上学习编程的吴亮是如何一路坚持下来的,工作中屡屡受挫、频繁跳槽的周礼是如何找到出路的。 《程序员成长的烦恼》记录了他们一步一......一起来看看 《程序员成长的烦恼》 这本书的介绍吧!