Can someone put this in some context for me? It's an IDE as a service, or what?
Sourcegraph CEO here. It is for reading code. It gives you the full power of an editor (jump-to-def, hovers, find references, advanced search, symbol search, cross-repo references, etc.) for any repo at any commit on GitHub. It supports Go and Java right now, with some more languages in beta. If you find yourself reading code on GitHub a lot, or cloning repos to open and read in your editor, you'll find it useful. If…
Sourcegraph now running on an in-browser VS Code
71–80 of 84 posts
Re: Sourcegraph now running on an in-browser VS Code
#72Sourcegraph CEO here. Thanks for posting! Our new VS Code-based UI makes Sourcegraph a better way for you to read a codebase on the web with the full power and intelligence of an editor, without the hassle of cloning or configuration. It provides jump-to-def, hovers, find references, advanced search, symbol search, cross-repo references, etc., for any repo and any commit on GitHub (in Go, Java, and some other languag…
Re: Sourcegraph now running on an in-browser VS Code
#73Sourcegraph CEO here. Thanks for posting! Our new VS Code-based UI makes Sourcegraph a better way for you to read a codebase on the web with the full power and intelligence of an editor, without the hassle of cloning or configuration. It provides jump-to-def, hovers, find references, advanced search, symbol search, cross-repo references, etc., for any repo and any commit on GitHub (in Go, Java, and some other languag…
Is it possible to install extensions (or perhaps support a couple of common ones)? For example, using vim keybindings is very important to my workflow.
You can however set up your own keybindings by editing the keyboard shortcut settings. Open the Quick Open (on a Mac, Command+Shift+P or F1 on a PC), and type "Open Keyboard Shortcuts". From here you can configure any mappings you'd like.
Re: Sourcegraph now running on an in-browser VS Code
#74I have to say I'm really impressed by what you guys have achieved here. I've been working for a while on different solutions to bring Visual Studio Code to more devices, among them Chromebooks (for which an in-browser editor would be ideal) - I'd be interested in seeing the writeup on this for sure. What you have currently is quite similar to Azure's App Service Editor: http://developingdane.com/content/images/2016/1…
In relation to the terminal, do you have anything in mind you'd like to use it for?
Re: Sourcegraph now running on an in-browser VS Code
#75Earlier quoted context omitted.
opening a file takes too long, likely due to minimap. I'd disable expensive eye-candies by default.
Sorry about that. We do need to improve the UI perf. Can you try it with the minimap off and let me know if it's faster? There is a "secret" way to disable the minimap: (1) hit Cmd-Shift-P or F1, (2) go to "Preferences: Open User Settings", (3) search for the "editor.minimap.enabled" setting, (4) hover over it and press the pencil and select "false". Then go back to the file and it should not display anymore in your…
Re: Sourcegraph now running on an in-browser VS Code
#76Sourcegraph CEO here. Thanks for posting! Our new VS Code-based UI makes Sourcegraph a better way for you to read a codebase on the web with the full power and intelligence of an editor, without the hassle of cloning or configuration. It provides jump-to-def, hovers, find references, advanced search, symbol search, cross-repo references, etc., for any repo and any commit on GitHub (in Go, Java, and some other languag…
Is it possible to use something to make this work?
Re: Sourcegraph now running on an in-browser VS Code
#77Earlier quoted context omitted.
Sourcegraph CEO here. We don't support Ruby yet, unfortunately. It officially works for Go and Java, and we have alpha/beta support for a couple more languages enabled too (TypeScript and JavaScript). As you can imagine, Ruby code intelligence (type inference, etc.) is super tough, and there are maybe 5-10 people in the world who could build it right now. We'd love to find and sponsor a Ruby expert to add Ruby suppor…
> As you can imagine, Ruby code intelligence (type inference, etc.) is super tough, and there are maybe 5-10 people in the world who could build it right now. Is Yin Wang in the list?
I remember reading something about it, but now only search engines retain traces of it.
Re: Sourcegraph now running on an in-browser VS Code
#78Sourcegraph CEO here. Thanks for posting! Our new VS Code-based UI makes Sourcegraph a better way for you to read a codebase on the web with the full power and intelligence of an editor, without the hassle of cloning or configuration. It provides jump-to-def, hovers, find references, advanced search, symbol search, cross-repo references, etc., for any repo and any commit on GitHub (in Go, Java, and some other languag…
Is it possible to have something similar to this ( http://youtubeonrepeat.com/youtube-repeat-button/ ) for Souregraph. I use Safari and there is no extension that allows me to instance view github repo in source graph. Is it possible to use something to make this work?
https://gist.github.com/sqs/2a2680eff4dad159ae754756fe9326c2
Re: Sourcegraph now running on an in-browser VS Code
#79Great work! Any plans to get keyboard-shortcuts (or something similar) working? I use them heavily in vscode.
Here are some of the key (no pun intended) ones:
Opt+S: Open QuickOpen (omni-search: searches files, workspace symbols, and repos) - Cmd-P and F1 also work
Opt+R: Go to repository
Opt+X: Run command (e.g., 'Open User Settings')
Opt+D: Go to symbol in workspace
Shift+Opt+D: Go to symbol in file
Re: Sourcegraph now running on an in-browser VS Code
#80Earlier quoted context omitted.
> As you can imagine, Ruby code intelligence (type inference, etc.) is super tough, and there are maybe 5-10 people in the world who could build it right now. Is Yin Wang in the list?
Do you know what happened to RubySonar? I remember reading something about it, but now only search engines retain traces of it.