-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
Description
I have a feature request for a persistent save of the file index on disk.
From my work with cquery at work I appreciate its feature for
storing the file index on a specified directory on exit. This enabled for 'faster' start up times of the server
for larger projects. Currently I'm doing just some small projects in Fortran as a hobby, but I can
imagine that with a large code base the startup of the server can take a significantly amount of time.
cquery-initialization-options stores a .json
file for each indexed file for inspection
or in a more binary format for faster startup times.
The first approach seem to be a nice feature for debugging purposes as well from my point of view.
michaelkonecny