Python-language-server: LSIF for Python

Created on 1 May 2019  路  6Comments  路  Source: microsoft/python-language-server

I'm wondering if you have any plans to create an LSIF emitter for python (like TypeScript's: https://github.com/Microsoft/lsif-node/ or Java's https://github.com/Microsoft/lsif-java)

cc @dbaeumer @jdneo

Most helpful comment

All 6 comments

No current plans. Eventually, maybe. Currently there is no persistent information to speak of.

@mostafaeweda
Curious, what's the use case? Where would you like to use this?

I wanted it to power 2 read-only code exploration experiences (periodically indexing our repos):

  1. VS Code鈥檚 rich navigation (code review) - https://code.visualstudio.com/blogs/2018/12/04/rich-navigation
  2. Power code navigation on our internal tool (may also be useful to power Github at some point).

Power code navigation on our internal tool

Right not that's where you'd see any immediate benefit.
Thanks

Technically the analysis engine has public API which you can explore and use.

Was this page helpful?
0 / 5 - 0 ratings