Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
devdocs - offline language programming support
Search
Matthias Günther
September 26, 2019
Technology
0
410
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
Share
More Decks by Matthias Günther
See All by Matthias Günther
copymatch_and_dadbod.pdf
wikimatze
0
640
Flog, a New Git Branch extension
wikimatze
0
620
Cmus
wikimatze
0
73
cmus and vim
wikimatze
0
880
vimfest-2016-opening-keynote
wikimatze
0
67
Get productive with vimtex for LaTeX
wikimatze
0
680
Weechat - another IRC client
wikimatze
0
1.1k
Synchronize gitter and IRC
wikimatze
0
180
Vimfest
wikimatze
0
270
Other Decks in Technology
See All in Technology
DDD集約とサービスコンテキスト境界との関係性
pandayumi
2
280
Webアプリケーションにオブザーバビリティを実装するRust入門ガイド
nwiizo
4
680
「何となくテストする」を卒業するためにプロダクトが動く仕組みを理解しよう
kawabeaver
0
280
Automating Web Accessibility Testing with AI Agents
maminami373
0
1.2k
ハードウェアとソフトウェアをつなぐ全てを内製している企業の E2E テストの作り方 / How to create E2E tests for a company that builds everything connecting hardware and software in-house
bitkey
PRO
1
110
AI時代に非連続な成長を実現するエンジニアリング戦略
sansantech
PRO
3
1.2k
Rustから学ぶ 非同期処理の仕組み
skanehira
1
130
BPaaSにおける人と協働する前提のAIエージェント-AWS登壇資料
kentarofujii
0
130
2025年夏 コーディングエージェントを統べる者
nwiizo
0
130
なぜスクラムはこうなったのか?歴史が教えてくれたこと/Shall we explore the roots of Scrum
sanogemaru
5
1.5k
Agile PBL at New Grads Trainings
kawaguti
PRO
1
380
S3アクセス制御の設計ポイント
tommy0124
2
180
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Unsuck your backbone
ammeep
671
58k
A Tale of Four Properties
chriscoyier
160
23k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Code Review Best Practice
trishagee
70
19k
We Have a Design System, Now What?
morganepeng
53
7.8k
Optimizing for Happiness
mojombo
379
70k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Balancing Empowerment & Direction
lara
3
610
Speed Design
sergeychernyshev
32
1.1k
Transcript
devdocs Matthias Günther
Features DevDocs combines multiple API documentations in a fast, organized,
and searchable interface nearly every bigger framework is supported
Demo time https://devdocs.io/
vim and devdocs? https://github.com/rhysd/ devdocs.vim https://github.com/romainl/ vim-devdocs
devdocs.vim DevDocsAll <query> … search global DevDocsUnderCursor … search global
after the word under the cursor
filetype map let g:devdocs_filetype_map = { \ 'ruby': 'padrino', \
'javascript': 'react', \ }
docdocs locally https://github.com/ freeCodeCamp/ devdocs#quick-start let g:devdocs_url = ‘http:// localhost:9292’
Thank you Any questions?