There is a project for supporting Python FFI in LSP 1. It is implemented as a language server that provides getDefinition() function for FFI calls and returns the location of the corresponding C++ API. It complements the IDE tools that support navigation within the same language.
It would be nice to support the same feature for emmylua-check.
There is a project for supporting Python FFI in LSP 1. It is implemented as a language server that provides
getDefinition()function for FFI calls and returns the location of the corresponding C++ API. It complements the IDE tools that support navigation within the same language.It would be nice to support the same feature for emmylua-check.
Footnotes
https://github.com/tqchen/ffi-navigator ↩