From 111fce0b8015e6d9808dc384604f3e87270a1a52 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 28 Apr 2017 14:40:10 -0400 Subject: [PATCH] Note semantic code search under the parse tree. --- ROADMAP.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 568816664..fea39bb00 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -6,10 +6,11 @@ Semantic Code produces data around code’s 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