File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 3
3
SCIP (pronounciation: "skip") is a language-agnostic protocol
4
4
for indexing source code,
5
5
which can be used to power code navigation functionality
6
- such as Go to Definition , Find References , and Find Implementations .
6
+ such as Go to definition , Find references , and Find implementations .
7
7
8
8
This repository includes:
9
9
@@ -14,6 +14,13 @@ This repository includes:
14
14
- The [ ` scip ` CLI] ( #scip-cli-reference ) makes SCIP indexes
15
15
a breeze to work with.
16
16
17
+ If you're interested in better understanding the motivation behind SCIP,
18
+ check out the [ announcement blog post] ( https://about.sourcegraph.com/blog/announcing-scip ) .
19
+
20
+ If you're interested in writing a new indexer that emits SCIP,
21
+ check out our documentation on
22
+ [ how to write an indexer] ( https://docs.sourcegraph.com/code_intelligence/explanations/writing_an_indexer ) .
23
+
17
24
<!-- TODO: Link to announcement blog post for "Why SCIP?"
18
25
or copy content from it here once the post is ready. -->
19
26
You can’t perform that action at this time.
0 commit comments