harsimranb / monodevelop

MonoDevelop is a cross platform IDE mostly aimed at Mono/.NET developers

Home Page:http://www.monodevelop.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse and Cache all Documents for autocomplete

harsimranb opened this issue · comments

  1. On project load, we need to parse and store all the JS Parsed Documents. Or maybe, we can load them from previous cache to avoid the slowdown on load.
  2. Autocomplete will access all the cached documents to provide faster autocomplete list.