I am working on a really large multilingual project (1000+ Classes + Configs + Scripts), with files distributed across network drives. I am having problems using the code as the available tools do not help. The main problem is finding things. For the C ++ part: VS with VAX can only find files and characters that are in the solution. Many of them are not. Same problem with Reshaper. Right now I am stuck in doing unshared lines and searching for files, which is extremely inefficient on a network drive. I heard that SourceInsight will be an option, because it allows you to simply specify folders that are part of the project and how to index them, but my company did not spend money on it.
So my question ist: what tools are available to deal with an incredible amount of code? And, if possible, they should be cheap or even free / open.
source
share