|
|
|
|
|
by TeMPOraL
1718 days ago
|
|
It is, at least until the codebase grows so much that the IDE can no longer keep up with it. (Or maybe it's just a problem specific to C++ projects and IDEs. The largest codebases I worked with, the ones where I hit this problem, were C++ ones.) |
|
I think you're also right that some languages make this harder for IDEs than others. C++ is probably a worst case. Something like Java is trivial because the file structure matches the namespaces. It's probably not a coincidence that every Java IDE I've used has absolutely top class code intelligence tools.