code-intel-extensions
code-intel-extensions copied to clipboard
Provides precise code intelligence via LSIF and Language Servers, and fuzzy code intelligence using ctags and text search
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ts-graphql-plugin](https://togithub.com/Quramy/ts-graphql-plugin) | [`^2.1.6` -> `^2.1.8`](https://renovatebot.com/diffs/npm/ts-graphql-plugin/2.1.6/2.1.8) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | New value | References | Sourcegraph | Change | Age | Adoption | Passing |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [node-fetch](https://togithub.com/node-fetch/node-fetch) | [`3.2.4` -> `3.2.10`](https://renovatebot.com/diffs/npm/node-fetch/3.2.4/3.2.10) | [](https://docs.renovatebot.com/merge-confidence/)...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/sourcegraph/code-intel-extensions). - WARN:...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.4 to 3.2.10. Release notes Sourced from node-fetch's releases. v3.2.10 3.2.10 (2022-07-31) Bug Fixes ReDoS referrer (#1611) (2880238) v3.2.9 3.2.9 (2022-07-18) Bug Fixes Headers: don't forward secure...
Ideas: - [ ] When we catch _no LSIF data_ errors, we should mark that text document as not having LSIF data for a short amount of time and short-circuit...
Search-based code intel returns text matches within comments:  Should we filter these out? I could go either way. Most IDEs do not show results...
There's a nifty API called stream search https://sourcegraph.com/.api/search/stream?q=asdf which gives you first results quicker than via GraphQL. This could speed up some search-based code intel operations. Open questions: - How...
I'm interested in adding JuliaLang to sourcegraph but unfortunately the readme seems to be quite out of date: > (optional, to enable jump to definition) Ensure the language is present...
This is a draft because the ctags for Objective-C are pretty wonky. They contain a lot of colons and parent scopes:  https://sourcegraph.com/github.com/react-native-community/react-native-webview/-/blob/ios/RNCWKWebView.m#L242 I don't intend to merge this in...