|
|
|
|
|
by native_samples
1486 days ago
|
|
How is that not describing just a regular IDE like Intellij? The reason it has an indexing phase when you open a new project is because the IDE is building a database of your code base. You can then do many kinds of query against it. |
|