$30 off During Our Annual Pro Sale. View Details »

devdocs - offline language programming support

devdocs - offline language programming support

Gave this talk at the Vimberlin September 2019 meetup https://vimberlin.de/september-2019-meetup/

Matthias Günther

September 26, 2019
Tweet

More Decks by Matthias Günther

Other Decks in Technology

Transcript

  1. devdocs
    Matthias Günther

    View Slide

  2. Features
    DevDocs combines multiple
    API documentations in a fast,
    organized, and searchable
    interface
    nearly every bigger
    framework is supported

    View Slide

  3. Demo time
    https://devdocs.io/

    View Slide

  4. vim and devdocs?
    https://github.com/rhysd/
    devdocs.vim
    https://github.com/romainl/
    vim-devdocs

    View Slide

  5. devdocs.vim
    DevDocsAll …
    search global
    DevDocsUnderCursor …
    search global after the word
    under the cursor

    View Slide

  6. filetype map
    let g:devdocs_filetype_map = {
    \ 'ruby': 'padrino',
    \ 'javascript': 'react',
    \ }

    View Slide

  7. docdocs locally
    https://github.com/
    freeCodeCamp/
    devdocs#quick-start
    let g:devdocs_url = ‘http://
    localhost:9292’

    View Slide

  8. Thank you
    Any questions?

    View Slide