- Julia 1.0 Programming Complete Reference Guide
- Ivo Balbaert Adrian Salceanu
- 61字
- 2021-06-24 14:21:40
Installing julia-vscode
Another IDE called julia-vscode is based on the Visual Studio Code editor (https://code.visualstudio.com/). Install it by following the instructions given here: https://github.com/JuliaEditorSupport/julia-vscode. This IDE provides syntax highlighting, code snippets, Julia-specific commands (execute code by pressing F5), an integrated Julia REPL, code completion, hover help, a linter, code navigation, and tasks for running tests, builds, benchmarks, and build documentation.
推薦閱讀
- 自制編譯器
- Microsoft Application Virtualization Cookbook
- 基于Swift語言的iOS App 商業實戰教程
- MySQL數據庫基礎實例教程(微課版)
- TypeScript項目開發實戰
- 劍指MySQL:架構、調優與運維
- 網站構建技術
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Instant Lucene.NET
- Python網絡爬蟲技術與應用
- .NET 4.0面向對象編程漫談:應用篇
- SQL Server 2012 數據庫應用教程(第3版)
- Get Your Hands Dirty on Clean Architecture
- MongoDB Cookbook