Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up precise code intelligence with Sourcegraph #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chrismwendt
Copy link

@chrismwendt chrismwendt commented Nov 22, 2019

Sourcegraph recently added support for precise code intelligence using LSIF, and we're looking for open source projects (such as Zoekt) to try it out!

With LSIF-based code intelligence and the Sourcegraph browser extension, you'll get hover tooltips on GitHub code views and PRs:

image

You can try it out on my fork before merging https://sourcegraph.com/github.com/chrismwendt/zoekt/-/blob/cmd/zoekt/main.go#L34:23

Without LSIF, you'll only see the default code intelligence, which is fuzzy and based on ctags + text search (in turn powered by Zoekt!).

All you need to do is:

Every commit thereafter will trigger the LSIF action to generate and upload LSIF data for this repository to Sourcegraph.com. Anyone visiting https://sourcegraph.com/github.com/google/zoekt or viewing this repository with the Sourcegraph browser extension will then see precise code intelligence.

@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@hanwen
Copy link
Contributor

hanwen commented Nov 22, 2019

can you point me to the ToS that govern this service?

@chrismwendt
Copy link
Author

can you point me to the ToS that govern this service?

https://about.sourcegraph.com/terms

@hanwen
Copy link
Contributor

hanwen commented Jan 27, 2020

sorry for the delays.

The old TOS for Sourcegraph ruffled some feathers in the past, so I'm trying to unruffle them.

@sqs
Copy link

sqs commented Jan 27, 2020

@hanwen Thanks. If we can help unruffle anything, let me know (email works, too: [email protected]).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants