Skip to content

Commit

Permalink
address reviewer feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Mar 6, 2024
1 parent 939ff7f commit 5e01b27
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
## Core Features

- Intellisense
- GotoDefinition: jump to a symbol's definition
- Go to Definition: jump to or peek a symbol's definition
- Hover: hover over a symbol to view its signature and documentation
- References: view all mentions of a symbol across a workspace
- Code Completion: suggest completion for symbols in the current file
- Symbol List: see all symbols for a file
- Symbol List: see all symbols in a file
- Errors/Warning: see Chapel errors and warnings
- Linting
- see Chapel linter warnings on potential errors and style suggestions
Expand All @@ -20,6 +21,12 @@
- Generic Instantiations: inspect generic code with helpful annotations
- Dead Code: highlight dead code that will never execute

> **_:warning: CAUTION:_**
> These features use a work-in-progress resolver for Chapel called Dyno to further
> inspect your code. To enable these features, use Dyno by setting
> `chapel.chpl-language-server.resolver` to `true`. Enabling the Dyno resolver
> for most Chapel projects will likely result in a crash.
## Setup

After installing the extension, follow these steps to make sure VSCode is set up to use the extension.
Expand Down

0 comments on commit 5e01b27

Please sign in to comment.