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
380
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
600
Flog, a New Git Branch extension
wikimatze
0
530
Cmus
wikimatze
0
68
cmus and vim
wikimatze
0
790
vimfest-2016-opening-keynote
wikimatze
0
59
Get productive with vimtex for LaTeX
wikimatze
0
630
Weechat - another IRC client
wikimatze
0
1k
Synchronize gitter and IRC
wikimatze
0
160
Vimfest
wikimatze
0
220
Other Decks in Technology
See All in Technology
プロダクト開発を加速させるためのQA文化の築き方 / How to build QA culture to accelerate product development
mii3king
1
260
GitHub Copilot のテクニック集/GitHub Copilot Techniques
rayuron
26
11k
Snowflake女子会#3 Snowpipeの良さを5分で語るよ
lana2548
0
230
Wantedly での Datadog 活用事例
bgpat
1
430
Oracle Cloudの生成AIサービスって実際どこまで使えるの? エンジニア目線で試してみた
minorun365
PRO
4
280
WACATE2024冬セッション資料(ユーザビリティ)
scarletplover
0
190
サービスでLLMを採用したばっかりに振り回され続けたこの一年のあれやこれや
segavvy
2
390
大幅アップデートされたRagas v0.2をキャッチアップ
os1ma
2
520
私なりのAIのご紹介 [2024年版]
qt_luigi
1
120
非機能品質を作り込むための実践アーキテクチャ
knih
3
980
Jetpack Composeで始めるServer Cache State
ogaclejapan
2
170
[Ruby] Develop a Morse Code Learning Gem & Beep from Strings
oguressive
1
150
Featured
See All Featured
GraphQLとの向き合い方2022年版
quramy
44
13k
YesSQL, Process and Tooling at Scale
rocio
169
14k
Faster Mobile Websites
deanohume
305
30k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
Navigating Team Friction
lara
183
15k
The Language of Interfaces
destraynor
154
24k
Done Done
chrislema
181
16k
Music & Morning Musume
bryan
46
6.2k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
Making the Leap to Tech Lead
cromwellryan
133
9k
Speed Design
sergeychernyshev
25
670
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?