0.0.2 • Published 5 years ago

theia-julia-extension v0.0.2

Weekly downloads
11
License
-
Repository
-
Last release
5 years ago

Theia Julia Extension

An extension for the Theia-IDE to support the Julia Language, using the Julia Language Server.

Based on code from Julia VS Code Support.

Getting Started

Requires Julia installation Julia Downloads

Installing

To install, follow the Build your own IDE guide and add theia-julia-extension to the dependencies in the package.js file.

{
  "private": true,
  "dependencies": {
    "typescript": "latest",
    "@theia/typescript": "latest",
    "@theia/navigator": "latest",
    "@theia/terminal": "latest",
    "@theia/outline-view": "latest",
    "@theia/preferences": "latest",
    "@theia/messages": "latest",
    "@theia/git": "latest",
    "@theia/file-search": "latest",
    "@theia/markers": "latest",
    "@theia/preview": "latest",
    "@theia/callhierarchy": "latest",
    "@theia/merge-conflicts": "latest",
    "@theia/search-in-workspace": "latest",
    "@theia/json": "latest",
    "@theia/textmate-grammars": "latest",
    "@theia/mini-browser": "latest",
    "@theia/python": "latest",
    "theia-julia-extension": "latest"    
 },
  "devDependencies": {
    "@theia/cli": "latest"
  }
}