Pure-D / serve-d

D LSP server (dlang language server protocol server)
MIT License
194 stars 48 forks source link

search for unknown symbol or import online #47

Open WebFreak001 opened 5 years ago

WebFreak001 commented 5 years ago

Use dpldocs.info or similar. Example: import mongoschema; -> Error importing -> Search online code fix -> Add dub package mongoschemad, etc. For undefined symbols the same: check local projects for symbols, otherwise see if online providers know anything.

WebFreak001 commented 1 year ago

deciding against this now, because I don't want to require online access. However we could store and distribute a new pre-compiled list of public symbols and modules in popular packages, which can use the same file format as the new symbol index.