sourcegraph / srclib

srclib is a polyglot code analysis library, built for hackability. It consists of language analysis toolchains (currently for Go and Java, with Python, JavaScript, and Ruby in beta) with a common output format, and a CLI tool for running the analysis.
https://srclib.org
Other
942 stars 62 forks source link

remove editor plugins (support code, documentation) #252

Closed sqs closed 8 years ago

sqs commented 8 years ago

The srclib editor plugins have no longer been supported for a while. This commit removes the srclib internal CLI commands that editor plugins relied on, as well as the documentation describing editor plugin-related information. Because the toolchains and data structures are not as useful to a general audience now that the editor plugins are removed, those documentation pages are also removed.

Releasing much-improved editor plugins is planned for the future; stay tuned!