Visual Studio Code for Mac は、最新の Web アプリケーションとクラウドアプリケーションの構築とデバッグのために再定義され、最適化された強力なコードエディタです。 Visual Studio コードは、コードエディタのシンプルさと合理化されたエクスペリエンスと開発者のコアコード編集 - デバッグサイクルに必要な最高のものを組み合わせた新しい開発ツールを開発者に提供します。 Visual Studio Code は、最初のコードエディタであり、Visual Studio ファミリの OSX、Linux、および Windows をサポートする最初のクロスプラットフォーム開発ツールです.
Visual Studio Code は、強力な高速コードエディタを搭載しています。日々の使用。コードのプレビュー版には、ナビゲーション、カスタマイズ可能なバインディングによるキーボードサポート、構文の強調表示、ブラケットのマッチング、自動インデント、スニペットなど、開発者がコードやテキストエディタに必要とする多くの機能が、数十の言語をサポートしています.
ミート IntelliSense
Go 変数の型、関数定義、およびインポートされたモジュールに基づいてスマートな補完を提供する IntelliSense で構文の強調表示と自動補完を超えています.
Print ステートメントのデバッグはエディタから過去
Debug コードのものです。実行中のアプリケーションを起動または接続し、ブレークポイント、コールスタック、対話式のコンソールでデバッグしてください.
Git コマンド組み込み関数
Git を使って作業するのはずっと簡単です。差分ファイルを確認し、ファイルをステージングし、エディタから直接コミットします。任意のホストされた Git サービスからプッシュ&プル.
拡張性とカスタマイズ性
さらに多くの機能がありますか?拡張機能をインストールして、新しい言語、テーマ、デバッガを追加し、追加のサービスに接続します。拡張機能は別々のプロセスで実行されるため、editor.
注:64 ビットプロセッサが必要です.
使用可能:Windows 用 Visual Studio コードをダウンロードしてください
ファイルのバージョン |
Node.js 17.0.0 |
ファイル名 |
node-v17.0.0.pkg |
ファイルサイズ |
|
オペレーティングシステム |
Mac OS X 10.10 or later |
ソフトウェアタイプ |
Freeware |
著者 |
Microsoft Corporation |
更新日 |
https://code.visualstudio.com |
更新時間 |
2021-10-20 |
ログを更新する |
What's new in this version: Notable Changes: Deprecations and Removals: - (SEMVER-MAJOR) dns: runtime deprecate type coercion of dns.lookup options - doc: deprecate (doc-only) http abort related - (SEMVER-MAJOR) module: subpath folder mappings EOL - (SEMVER-MAJOR) module: runtime deprecate trailing slash patterns
OpenSSL 3.0: - Node.js now includes OpenSSL 3.0, specifically quictls/openssl which provides QUIC support. With OpenSSL 3.0 FIPS support is again available using the new FIPS module. For details about how to build Node.js with FIPS support please see BUILDING.md. - While OpenSSL 3.0 APIs should be mostly compatible with those provided by OpenSSL 1.1.1, we do anticipate some ecosystem impact due to tightened restrictions on the allowed algorithms and key sizes - If you hit an ERR_OSSL_EVP_UNSUPPORTED error in your application with Node.js 17, it’s likely that your application or a module you’re using is attempting to use an algorithm or key size which is no longer allowed by default with OpenSSL 3.0. A command-line option, --openssl-legacy-provider, has been added to revert to the legacy provider as a temporary workaround for these tightened restrictions - For details about all the features in OpenSSL 3.0 please see the OpenSSL 3.0 release blog
V8 9.5: - The V8 JavaScript engine is updated to V8 9.5. This release comes with additional supported types for the Intl.DisplayNames API and Extended timeZoneName options in the Intl.DateTimeFormat API.
Readline Promise API: - The readline module provides an interface for reading data from a Readable stream (such as process.stdin) one line at a time
The following simple example illustrates the basic use of the readline module: - import * as readline from 'node:readline/promises' - import { stdin as input, stdout as output } from 'process' - const rl = readline.createInterface({ input, output }) - const answer = await rl.question('What do you think of Node.js? ') - console.log(`Thank you for your valuable feedback: ${answer}`) - rl.close()
Other Notable Changes: - (SEMVER-MAJOR) dns: default to verbatim=true in dns.lookup() - (SEMVER-MAJOR) errors: print Node.js version on fatal exceptions that cause exit - deps: upgrade npm to 8.1.0 - (SEMVER-MINOR) fs: add FileHandle.prototype.readableWebStream() - (SEMVER-MAJOR) lib: add structuredClone() global - (SEMVER-MAJOR) lib: expose DOMException as global - (SEMVER-MAJOR) stream: finished should error on errored stream |
ファイルのダウンロード |
Download |