Processing truly large multilingual projects

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.

+5
source share
6 answers

Departure -

In each of these tools, you will need to spend (*) some time reading the documentation, and then creating the index. Consider switching to an editor that will work with these tools.

(*): I mean investing, because he will receive dividends as soon as you do it.

hope this helps

+6
source

, , ,

.

, Apache Lucene, ...

+3

LXR. Linux.

+2
+2

Perl ack - grep . ( , -) , - , ( 30k 300 + , ). , .

+2

VS VAX , . .

You can add all the files that are not in your solution and configure them to non-line settings. This VS will not be affected by VS, but now VS knows about these files, and you can search for them along with your native VS files.

+1
source

All Articles