code-intel-extensions icon indicating copy to clipboard operation
code-intel-extensions copied to clipboard

Provides precise code intelligence via LSIF and Language Servers, and fuzzy code intelligence using ctags and text search

Results 39 code-intel-extensions issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/ts-graphql-plugin/2.1.8/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

npm
bot

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | New value | References | Sourcegraph | Change | Age | Adoption | Passing |...

npm
bot

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/node-fetch/3.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

npm
bot

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...

dependencies

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: ![CleanShot 2021-11-11 at 08 02 12@2x](https://user-images.githubusercontent.com/1387653/141320507-a63c4851-6d7e-406b-80a7-5a3b5f01956f.png) 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: ![image](https://user-images.githubusercontent.com/1387653/56390331-a75d7800-61e0-11e9-8aaf-c781d033e5b1.png) https://sourcegraph.com/github.com/react-native-community/react-native-webview/-/blob/ios/RNCWKWebView.m#L242 I don't intend to merge this in...