mrward / typescript-addin

TypeScript addin for MonoDevelop and Xamarin Studio
MIT License
29 stars 9 forks source link

Parser fileAdd() and fileUpdate calls. #8

Open chrisber opened 9 years ago

chrisber commented 9 years ago

Observer behavior of the parser is that on every character change it tries to add the current file AddFile() to the host environment also it then tries to add all files in the project to the host env. AddFiles(). To gain more performance we should move the file add process elsewhere.