1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 16:02:43 +03:00

Note semantic code search under the parse tree.

This commit is contained in:
Rob Rix 2017-04-28 14:40:10 -04:00 committed by GitHub
parent 82bd0bf579
commit 111fce0b80

View File

@ -6,10 +6,11 @@ Semantic Code produces data around codes structure and meaning. This is made
### GraphQL APIs
- Parse tree.
- Integration with code search 2.0
- Diff.
- Repository and/or project-level
- Repository and/or project-level (semantic index)
- Dependencies
- Some sort of persistence to “link” together different parse trees/repositories/etc
- Some sort of persistence to “link” together different parse trees/repositories/etc.
### LSP integration