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
400
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
630
Flog, a New Git Branch extension
wikimatze
0
590
Cmus
wikimatze
0
71
cmus and vim
wikimatze
0
850
vimfest-2016-opening-keynote
wikimatze
0
65
Get productive with vimtex for LaTeX
wikimatze
0
670
Weechat - another IRC client
wikimatze
0
1k
Synchronize gitter and IRC
wikimatze
0
170
Vimfest
wikimatze
0
260
Other Decks in Technology
See All in Technology
大規模PaaSにおける監視基盤の構築と効率化の道のり
lycorptech_jp
PRO
0
140
The Ultimate Showdown of Database Migration Tools
asm0dey
0
150
AIのための オンボーディングドキュメントを整備する - hirotea
hirotea
9
2k
グループ ポリシー再確認 ③
murachiakira
0
140
ソフトウェアは捨てやすく作ろう/Let's make software easy to discard
sanogemaru
8
4.1k
他チームへ越境したら、生データ提供ソリューションのクエリ費用95%削減へ繋がった話 / Cross-Team Impact: 95% Off Raw Data Query Costs
yamamotoyuta
0
160
2025advance01
minamizaki
0
120
Eight Engineering Unit 紹介資料
sansan33
PRO
0
3.1k
大事なのは、AIの精度だけじゃない!〜1円のズレも許されない経理領域とAI〜
jun_nemoto
9
4.8k
AIに実況させる / AI Streamer
motemen
3
1.3k
人とAIとの共創を夢見た2か月 #共創AIミートアップ / Co-Creation with Keito-chan
kondoyuko
1
550
SmartHRの複数のチームにおけるMCPサーバーの活用事例と課題
yukisnow1823
2
990
Featured
See All Featured
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Practical Orchestrator
shlominoach
187
11k
VelocityConf: Rendering Performance Case Studies
addyosmani
329
24k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.7k
Building Applications with DynamoDB
mza
95
6.4k
How to Think Like a Performance Engineer
csswizardry
23
1.6k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
It's Worth the Effort
3n
184
28k
Agile that works and the tools we love
rasmusluckow
329
21k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
25
2.8k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
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?