Scaling Xtext projects presented challenges for Sigasi's hardware design IDE due to large project sizes of over 250,000 lines of code. Initial performance of building and editing large files in Xtext was unacceptable, taking over 20 minutes to build and causing the editor to be unusable. Through performance analysis and optimizations including reducing workload, parallelizing builds, caching models, and implementing a lightweight editor, Sigasi was able to improve build times to under a minute and make editing large files usable. Continued work involves caching global index information and further linking and validation optimizations.