内容简介:Visual Studio Code 1.25 已发布,该版本将上个月宣布的几项处于预览阶段的功能转移到了稳定阶段。如 Outline view 功能。一些主要的更新亮点包括:详细更新请查看
Visual Studio Code 1.25 已发布,该版本将上个月宣布的几项处于预览阶段的功能转移到了稳定阶段。如 Outline view 功能。
一些主要的更新亮点包括:
-
Grid editor layout - Custom horizontal and vertical editor layout.
-
Outline view - Symbol tree outline and navigation for your documents.
-
Portable Mode - Run or copy your VS Code setup from a USB thumb drop or file share.
-
Hover display options - Control the appearance of hover information.
-
Sub-word navigation - Quickly navigate in camelCase words.
-
Floating debug toolbar - Keep the debug toolbar always visible without hiding editor tabs.
-
Extensions view improvements - Easily see Enabled, Disabled, and Recommended extensions.
-
Preview: Settings editor - Now with a "Table of Contents" to organize settings.
-
Language Server Protocol Inspector - Extension authors can visualize LSP protocol traffic.
-
New Python Flask tutorial - Use VS Code to create and debug Python Flask web applications.
详细更新请查看 https://code.visualstudio.com/updates/v1_25
下载地址
- Windows | Mac | Linux 64-bit: .tar.gz .deb .rpm | Linux 32-bit: .tar.gz .deb .rpm
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据结构与算法分析
[美]Mark Allen Weiss / 张怀勇 / 人民邮电出版社 / 2007年 / 49.00元
《数据结构与算法分析:C++描述(第3版)》是数据结构和算法分析的经典教材,书中使用主流的程序设计语言C++作为具体的实现语言。书的内容包括表、栈、队列、树、散列表、优先队列、排序、不相交集算法、图论算法、算法分析、算法设计、摊还分析、查找树算法、k-d树和配对堆等。《数据结构与算法分析:C++描述(第3版)》适合作为计算机相关专业本科生的数据结构课程和研究生算法分析课程的教材。本科生的数据结构课......一起来看看 《数据结构与算法分析》 这本书的介绍吧!