From c844efbefbd735f7a1016705fe58e4270a340476 Mon Sep 17 00:00:00 2001 From: mcosovic Date: Thu, 17 Oct 2024 14:29:50 +0200 Subject: [PATCH] new version --- Project.toml | 2 +- docs/src/background/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 7ae12006c..310aa7165 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "JuliaGrid" uuid = "040ba96c-7d3d-4d4a-931c-37903f53a565" authors = ["Mirsad Cosovic "] -version = "0.1.9" +version = "0.2.0" [deps] HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" diff --git a/docs/src/background/installation.md b/docs/src/background/installation.md index 384f4e4dc..13b855e72 100644 --- a/docs/src/background/installation.md +++ b/docs/src/background/installation.md @@ -11,7 +11,7 @@ The Current Stable Release is the most recent version of Julia, providing access --- ## Install Code Editor -For a smoother development experience, we recommend using a code editor. While you can write Julia code in any text editor, using an integrated development environment (IDE) makes coding easier and more efficient. We suggest installing [Visual Studio Code](https://code.visualstudio.com/), which provides excellent support for Julia through its dedicated Julia extension. Visual Studio Code offers features like syntax highlighting, debugging, and autocompletion, making it an ideal choice for both beginners and experienced users. +For a smoother development experience, we recommend using a code editor. While you can write Julia code in any text editor, using an integrated development environment (IDE) makes coding easier and more efficient. We suggest installing [Visual Studio Code](https://code.visualstudio.com/download), which provides excellent support for Julia through its dedicated Julia extension. Visual Studio Code offers features like syntax highlighting, debugging, and autocompletion, making it an ideal choice for both beginners and experienced users. The [Julia extension](https://marketplace.visualstudio.com/items?itemName=julialang.language-julia) for Visual Studio Code includes built-in dynamic autocompletion, inline results, plot pane, integrated REPL, variable view, code navigation, and many other advanced language features. For a step-by-step guide on how to use Julia in Visual Studio Code, you can follow the tutorial available [here](https://code.visualstudio.com/docs/languages/julia).