wz1000 / HieDb

Generates a references DB from .hie files
BSD 3-Clause "New" or "Revised" License
64 stars 24 forks source link

Generate lsif from hiedb #72

Open guibou opened 8 months ago

guibou commented 8 months ago

The LSIF file format is as stardard file format designed for sharing of LSP informations (type, definitions, references, ...), see https://code.visualstudio.com/blogs/2019/02/19/lsif

Loading an LSIF file is supported on github or gitlab in order to provide code navigation / information, for example, gitlab support https://docs.gitlab.com/ee/user/project/code_intelligence.html.

There is https://github.com/mpickering/hie-lsif which is unfortunately not maintained.

Could hiedb be used to generate lsif files?