chapel-lang / chapel

a Productive Parallel Programming Language
https://chapel-lang.org
Other
1.78k stars 418 forks source link

VS Code IDE integration #8642

Closed benjamin-robbins closed 2 months ago

benjamin-robbins commented 6 years ago

As a Chapel Programmer, I want to be able to use VS Code to write my Chapel programs in because I and most efficient/comfortable utilizing an IDE.

Acceptance Criteria: Open VS Code, write program, chapel syntax, compilation, debugging supported.

Dunky13 commented 5 years ago

I would like to have IDE support as well. Currently using the JetBrains IDE stack (PyChar, Intellij, CLion etc) Would be neat if there is IDE support, whether it is VS Code, Atom, CLion. Doesn't really matter. But having autosuggest, autocomplete, built-in docs etc would be really helpful

fsouza commented 5 years ago

Ideally it would be something a LSP server (https://langserver.org/), so multiple IDEs could benefit from a single implementation :D

jabraham17 commented 2 months ago

Closing this, we have a VSCode extension for Chapel that utilizes the language servers provides by chpl-language-server and chplcheck.