1 个仓库
Integrating external language analysis libraries to provide IDE-like intelligence within an editor.
Distinct from Python Library Integrations: Focuses on using a library for language intelligence rather than exposing the tool as a library for scripts.
Explore 1 awesome GitHub repository matching development tools & productivity · Analysis Library Integrations. Refine with filters or upvote what's useful.
jedi-vim 是一个 Vim 扩展和语言服务器接口,为 Python 开发提供静态分析和智能自动补全。它充当 Vim 编辑器与 Jedi 库之间的桥梁,为编辑器带来集成开发环境(IDE)的功能。 该插件提供上下文感知的代码补全和静态分析工具,包括跳转到定义、跨文件跟踪符号使用以及全局重命名标识符以保持代码库一致性的能力。它还具有用于文档预览的浮动弹出窗口和实时函数签名显示功能。 该工具包括对 Python 虚拟环境的集成,以确保对项目特定依赖项和第三方包进行准确分析。
Integrates the standalone Jedi library to delegate complex Python language processing outside the Vim runtime.