Skip to content

Commit

Permalink
add more info in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
pherrymason committed Jan 7, 2024
1 parent ca900a1 commit 976a0a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Using tree-sitter grammar rules from https://github.com/zweimach/tree-sitter-c3
- [x] Go to declaration.

**TODO list**
- [ ] Index scopes to improve hover and Auto Completion.
- [ ] Index scopes and its hierarchy to improve hover and Auto Completion.
- [ ] Index struct members and methods
- [ ] Include type information to indexed variables.
- [ ] Hover information
- [~] Variable information:
- [ ] Variable information: WIP. unreliable because of lacking of scope makes returning wrong definitions.
- [ ] Function signature
- [ ] Offer information about stdlib?
- [ ] Go to definition
Expand Down

0 comments on commit 976a0a7

Please sign in to comment.