C0 extension for VSCode
This provides IDE features for C0, such as code completion, parse errors/typechecking errors, go-to-definition, etc. A local installation of C0 is not necessary InstallationSimply click "install" on the VSCode Marketplace For more information on getting started with this extension at CMU for 15-122, see this presentation ScreenshotsView documentation hints, function signature help. It will automatically appear when calling a function, as well as when you hover over a function name or view it in the code completion window. Errors are automatically displayed Code completions are invoked using CTRL-SPACE (not command)
Go-to definition/declaration (CMD/CTRL + click) IssuesIf you run into any problems with the extension, have a feature request, or have any other feedback, please let us know on our issues page UsageThe extension will activate when opening a C0/C1 file. To select the C0 theme, press CMD+SHIFT+P or CTRL+SHIFT+P, type "color theme", and select C0-light or C0-dark To activate code completion, press CTRL-SPACE. To go to the definition of something, CMD+click or CTRL+click on it. Multi-file projectsIf the file Otherwise you should provide a
The extension will look for Features
ContributingSee CONTRIBUTING.md in the repository's root directory |