ContributionsMost RecentMost LikesSolutionsAdd Support for Code Completion in Other Code Editors Testcomplete should export code completion information for use in other code text editors, such as Sublime Text 3 or Visual Studio Code. This would allow testers to write more scripts while other testers on the same team use TestComplete for its primary function: building and maintaining keyword tests and checkpoints. Currently, tying up a very expensive instance of TestComplete does not make sense when editing code is not in the top 5 use cases of the tool itself. Additionally, SmartBear would benefit immensely from the efforts of other popular free text editors. Re: Mapping file is to large (+-400M) We are using templates to capture only the unique properties of objects we are adding to the map. After looking into our name map a little bit deeper, we found that the line below had been added to our name map ~2.5 million times. Deleting these lines reduced the name map to around 3,000 KB, which is much more manageable. I believe that there might be a bug in how TestComplete handles the name map in the repository. Re: Mapping file is to large (+-400M) We are also experiencing this issue in TC 11. We have the "Do not store Code Completion data" active but our file size is still 400MB and has a difficult time loading on our test machines. Here are our errors when opening, "Out of Memory" and "Catastrophic Failure": Also, the link you gave is broken.