julia-vscode / SymbolServer.jl

Other
23 stars 30 forks source link

Indexing during pre-compilation #234

Closed gzagatti closed 3 years ago

gzagatti commented 3 years ago

I am wondering if it's possible to index packages during the pre-compilation stage.

I am not sure if Julia provides a hook to execute after pre-compilation, but I think it would be a good place to get everything indexed after package management operations.

davidanthoff commented 3 years ago

Our current plan is to get rid of indexing entirely on local machines and instead do it in the cloud. That should actually partially ship tomorrow :)