serve-d icon indicating copy to clipboard operation
serve-d copied to clipboard

search for unknown symbol or import online

Open WebFreak001 opened this issue 7 years ago • 1 comments

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 avatar Sep 13 '18 11:09 WebFreak001

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.

WebFreak001 avatar Jan 16 '23 04:01 WebFreak001