All Projects → julia-vscode → Julia Vscode

julia-vscode / Julia Vscode

Licence: other
Julia extension for Visual Studio Code

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Julia Vscode

docker-vscode-php
Visual Studio Code in a container for PHP/Drupal development
Stars: ✭ 44 (-94.65%)
Mutual labels:  ide, vscode
Code Server
VS Code in the browser
Stars: ✭ 50,541 (+6041.07%)
Mutual labels:  vscode, ide
Nvcode
An IDE layer for Neovim with sane defaults. Completely free and community driven.
Stars: ✭ 6,714 (+715.8%)
Mutual labels:  ide, vscode
Vscodium
binary releases of VS Code without MS branding/telemetry/licensing
Stars: ✭ 14,639 (+1678.74%)
Mutual labels:  vscode, ide
Vscode Nim
An extension for VS Code which provides support for the Nim language.
Stars: ✭ 204 (-75.21%)
Mutual labels:  vscode, ide
Addon Vscode
Visual Studio Code - Home Assistant Community Add-ons
Stars: ✭ 201 (-75.58%)
Mutual labels:  vscode, ide
Micropy Cli
Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
Stars: ✭ 112 (-86.39%)
Mutual labels:  vscode, ide
VSCode-Anywhere
VSCode with preconfigured tools for your programming languages : binaries, settings, extensions and documentations
Stars: ✭ 26 (-96.84%)
Mutual labels:  ide, vscode
Ionide Vscode Fsharp
VS Code plugin for F# development
Stars: ✭ 660 (-19.81%)
Mutual labels:  vscode, ide
Tabnine Vscode
Visual Studio Code client for TabNine. https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode
Stars: ✭ 770 (-6.44%)
Mutual labels:  vscode
Vspacecode
Spacemacs like keybindings for Visual Studio Code
Stars: ✭ 793 (-3.65%)
Mutual labels:  vscode
Coderoad Vscode
👩‍💻 Create or play Interactive coding tutorials in VSCode
Stars: ✭ 757 (-8.02%)
Mutual labels:  vscode
Vscode Material Icon Theme
Available on the VSCode Marketplace
Stars: ✭ 773 (-6.08%)
Mutual labels:  vscode
Dbkoda
State of the art MongoDB IDE
Stars: ✭ 795 (-3.4%)
Mutual labels:  ide
Vscode Git Graph
View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
Stars: ✭ 767 (-6.8%)
Mutual labels:  vscode
Vscode Bookmarks
Bookmarks Extension for Visual Studio Code
Stars: ✭ 804 (-2.31%)
Mutual labels:  vscode
Spyder
Official repository for Spyder - The Scientific Python Development Environment
Stars: ✭ 6,712 (+715.55%)
Mutual labels:  ide
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (-8.99%)
Mutual labels:  vscode
Onedark Pro
Atom's iconic One Dark theme for Visual Studio Code
Stars: ✭ 813 (-1.22%)
Mutual labels:  vscode
Vscode Leetcode
Solve LeetCode problems in VS Code
Stars: ✭ 6,982 (+748.36%)
Mutual labels:  vscode

Julia

Build Status

This VS Code extension provides support for the Julia programming language.

Getting started

Installing Julia/VS Code/VS Code Julia extension

  1. Install Julia for your platform: https://julialang.org/downloads/
  2. Install VS Code for your platform: https://code.visualstudio.com/download
    At the end of this step you should be able to start VS Code.
  3. Install the Julia VS Code extension:
    1. Start VS Code.
    2. Inside VS Code, go to the extensions view either by executing the View: Show Extensions command (click View->Command Palette...) or by clicking on the extension icon on the left side of the VS Code window.
    3. In the extensions view, simply search for the term julia in the marketplace search box, then select the extension named Julia and click the install button. You might have to restart VS Code after this step.

Configure the Julia extension

If you have installed Julia into a standard location on Mac or Windows, or if the Julia binary is on your PATH, the Julia VS Code extension should automatically find your Julia installation and you should not need to configure anything.

If the extension does not find your Julia installation automatically, or if you want to use a different Julia installation than the default one, you can set the julia.executablePath to point to the Julia executable that the extension should use. In that case the extension will always use that version of Julia. To edit your configuration settings, execute the Preferences: Open User Settings command (you can also access it via the menu File->Preferences->Settings), and then make sure your user settings include the julia.executablePath setting. The format of the string should follow your platform specific conventions, and be aware that the backlash \ is the escape character in JSON, so you need to use \\ as the path separator character on Windows.

Features

The extension currently provides:

Documentation

The documentation has sections that describe the features of this extension (including e.g. keyboard shortcuts). This repo also has legacy docs in the wiki.

Known issues and workarounds

Please visit the known issues and workarounds for up-to-date information about known issues and solutions for those problems.

Data/Telemetry

The Julia extension for Visual Studio Code collects usage data and sends it to the development team to help improve the extension. Read our privacy policy to learn more and how to disable any telemetry.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].