Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Julia extension for Visual Studio Code

License

NotificationsYou must be signed in to change notification settings

julia-vscode/julia-vscode

Repository files navigation

Build and TestDocs

ThisVS Code extension provides support for theJulia 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/downloadAt the end of this step you should be able to start VS Code.
  3. ChooseInstall in theVS Code Marketplace; or paste in browser's address bar to open this direct VS Code linkvscode:extension/julialang.language-julia or manually install with:
    1. Start VS Code.
    2. Inside VS Code, go to the extensions view either byexecuting theView: Show Extensions command (click View->Command Palette...)or by clicking on the extension icon on the left side of the VS Codewindow.
    3. In the extensions view, simply search for the termjulia in the marketplacesearch box, then select the extension namedJulia 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, orif the Julia binary is on yourPATH, the Julia VS Code extension shouldautomatically find your Julia installation and you should not need toconfigure anything.

If the extension does not find your Julia installation automatically, orif you want to use a different Julia installation than the default one,you can set thejulia.executablePath to point to the Julia executablethat the extension should use. In that case theextension will always use that version of Julia. To edit your configurationsettings, execute thePreferences: Open User Settings command (you canalso access it via the menuFile->Preferences->Settings), andthen make sure your user settings include thejulia.executablePathsetting. The format of the string should follow your platform specificconventions, and be aware that the backlash\ is the escape characterin JSON, so you need to use\\ as the path separator character on Windows.

Features

The extension currently provides:

Documentation

Thedocumentationhas sections that describe the features of this extension (includinge.g. keyboard shortcuts). This repo also has legacy docs in thewiki.

Questions, Feature requests and contributions

  1. If you face any issues, please open an issuehere.
  2. For some known issues and their solutions, please visit theknown issues and workarounds.
  3. If there is already an issue opened related to yours, please leave an upvote/downvote on the issue.
  4. Contributions are always welcome! Please see ourcontributing guide for more details.

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 ourprivacy policy to learn more and how to disable any telemetry.


[8]ページ先頭

©2009-2025 Movatter.jp