Coder Social home page Coder Social logo

cclauss / vim-codesearch Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chromium/vim-codesearch

0.0 2.0 0.0 2.59 MB

Vim integration for Chromium Codesearch at https://cs.chromium.org

Home Page: https://chromium.org

License: BSD 3-Clause "New" or "Revised" License

Python 60.46% Vim Script 17.52% Shell 3.08% C++ 18.93%

vim-codesearch's Introduction

Chromium Codesearch Plugin for Vim

Integrates Chromium CodeSearch into Vim. When combined with additional plugins (e.g. vim-fugitive) should make it totally unnecessary to leave your editor to visit https://cs.chromium.org.

Examples of what's currently possible:

  • Search from within Vim and visit a rendered search results buffer. E.g.: Type :CrSearch your search term from any buffer to see the results of searching for your search terms on CodeSearch. Hit <Enter> to visit the corresponding file in the local working directory.

    screencast

  • Look up cross references for the symbol under the cursor by invoking :CrXrefSearch from a buffer corresponding to a Chromium source file. The crossreferences are displayed in a new buffer which allows navigation to corresponding files in the local working directory.

    screencast

  • Look up the call graph for a symbol under the cursor by invoking :CrCallgraph. The graph can be expanded incrementally and support navigation similar to other rendered buffers.

    screencast

  • Load all possible call targets for a function call under the curser into the quickfix list.

    screencast

  • And more!

Caveats

The index at https://cs.chromium.org is updated regularly. The cross reference information is only accurate to the extent that your working directory matches what was indexed. If they diverge, you may notice that the jump targets don't match the snippets displayed, or worse, cross references are incorrect.

Installation

Use your favorite plugin manager. E.g.:

call vundle#begin()
" Other plugins
Plugin 'chromium/vim-codesearch'
" More plugins
call vundle#end()
call plug#begin()
" Other plugins
Plug 'chromium/vim-codesearch'
" More plugins
call plug#end()

It's highly recommended that you add the following to your .vimrc file (assuming that you've checked out Chromium into /src/chrome/src):

let g:codesearch_source_root = '/src/chrome'

I.e. g:codesearch_source_root should point to the directory above src. This is also the directory containing your .gclient file. Setting g:codesearch_source_root in the .vimrc file allows the plugin to locate the Chromium checkout regardless of the current directory.

Documentation

Once installed, you should be able to run :help crcs.txt to view the help file. As with all Vim plugins, all documentation should go there.

Contributing

NOTE: This is not an official Google product.

See CONTRIBUTING.

Build Status

BUGS

File bugs at https://github.com/chromium/vim-codesearch

vim-codesearch's People

Contributors

asankah avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.