This commit is contained in:
krahets
2024-04-19 19:42:05 +08:00
parent 5584492f3d
commit c5ce5ebd48
21 changed files with 1041 additions and 338 deletions

View File

@ -3468,18 +3468,27 @@
</li>
<li class="md-nav__item">
<a href="#8-dart" class="md-nav__link">
<a href="#8-typescript" class="md-nav__link">
<span class="md-ellipsis">
8. &nbsp; Dart 環境
8. &nbsp; TypeScript 環境
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#9-rust" class="md-nav__link">
<a href="#9-dart" class="md-nav__link">
<span class="md-ellipsis">
9. &nbsp; Rust 環境
9. &nbsp; Dart 環境
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#10-rust" class="md-nav__link">
<span class="md-ellipsis">
10. &nbsp; Rust 環境
</span>
</a>
@ -3714,18 +3723,27 @@
</li>
<li class="md-nav__item">
<a href="#8-dart" class="md-nav__link">
<a href="#8-typescript" class="md-nav__link">
<span class="md-ellipsis">
8. &nbsp; Dart 環境
8. &nbsp; TypeScript 環境
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#9-rust" class="md-nav__link">
<a href="#9-dart" class="md-nav__link">
<span class="md-ellipsis">
9. &nbsp; Rust 環境
9. &nbsp; Dart 環境
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#10-rust" class="md-nav__link">
<span class="md-ellipsis">
10. &nbsp; Rust 環境
</span>
</a>
@ -3819,16 +3837,21 @@
</ol>
<h3 id="7-javascript">7. &nbsp; JavaScript 環境<a class="headerlink" href="#7-javascript" title="Permanent link">&para;</a></h3>
<ol>
<li>下載並安裝 <a href="https://nodejs.org/en/">node.js</a></li>
<li>在 VS Code 的擴充功能市場中搜索 <code>javascript</code> ,安裝 JavaScript (ES6) code snippets 。</li>
<li>下載並安裝 <a href="https://nodejs.org/en/">Node.js</a></li>
<li>(可選)在 VS Code 的擴充功能市場中搜索 <code>Prettier</code> ,安裝程式碼格式化工具。</li>
</ol>
<h3 id="8-dart">8. &nbsp; Dart 環境<a class="headerlink" href="#8-dart" title="Permanent link">&para;</a></h3>
<h3 id="8-typescript">8. &nbsp; TypeScript 環境<a class="headerlink" href="#8-typescript" title="Permanent link">&para;</a></h3>
<ol>
<li>同 JavaScript 環境安裝步驟。</li>
<li>安裝 <a href="https://github.com/privatenumber/tsx?tab=readme-ov-file#global-installation">TypeScript Execute (tsx)</a></li>
<li>在 VS Code 的擴充功能市場中搜索 <code>typescript</code> ,安裝 <a href="https://marketplace.visualstudio.com/items?itemName=yoavbls.pretty-ts-errors">Pretty TypeScript Errors</a></li>
</ol>
<h3 id="9-dart">9. &nbsp; Dart 環境<a class="headerlink" href="#9-dart" title="Permanent link">&para;</a></h3>
<ol>
<li>下載並安裝 <a href="https://dart.dev/get-dart">Dart</a></li>
<li>在 VS Code 的擴充功能市場中搜索 <code>dart</code> ,安裝 <a href="https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code">Dart</a></li>
</ol>
<h3 id="9-rust">9. &nbsp; Rust 環境<a class="headerlink" href="#9-rust" title="Permanent link">&para;</a></h3>
<h3 id="10-rust">10. &nbsp; Rust 環境<a class="headerlink" href="#10-rust" title="Permanent link">&para;</a></h3>
<ol>
<li>下載並安裝 <a href="https://www.rust-lang.org/tools/install">Rust</a></li>
<li>在 VS Code 的擴充功能市場中搜索 <code>rust</code> ,安裝 <a href="https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer">rust-analyzer</a></li>