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
Editor is your BFF
Search
weLaika
October 19, 2015
Programming
0
110
Editor is your BFF
weLaika
October 19, 2015
Tweet
Share
More Decks by weLaika
See All by weLaika
Vuoi uno sviluppo mobile più veloce? Flutter è la via!
welaika
0
84
Come fa Kotlin a darti i super-poteri
welaika
0
110
The Blockchain
welaika
1
200
Postgre(No)SQL - A JSON journey
welaika
1
140
Docker su architettura ARM
welaika
2
130
Off the Rails, on the way to Hanami
welaika
0
94
Elixir di lunga vita.
welaika
0
110
Road to ES6
welaika
0
110
Javascript: le parti buone
welaika
0
270
Other Decks in Programming
See All in Programming
Constant integer division faster than compiler-generated code
herumi
2
560
なぜ今、Terraformの本を書いたのか? - 著者陣に聞く!『Terraformではじめる実践IaC』登壇資料
fufuhu
4
540
AIコーディングエージェント全社導入とセキュリティ対策
hikaruegashira
16
9.6k
令和最新版手のひらコンピュータ
koba789
13
7.1k
AHC051解法紹介
eijirou
0
330
decksh - a little language for decks
ajstarks
4
21k
大規模FlutterプロジェクトのCI実行時間を約8割削減した話
teamlab
PRO
0
460
『リコリス・リコイル』に学ぶ!! 〜キャリア戦略における計画的偶発性理論と変わる勇気の重要性〜
wanko_it
1
400
Workers を定期実行する方法は一つじゃない
rokuosan
0
140
MCPで実現できる、Webサービス利用体験について
syumai
7
2.5k
あなたとJIT, 今すぐアセンブ ル
sisshiki1969
1
560
JetBrainsのAI機能の紹介 #jjug
yusuke
0
190
Featured
See All Featured
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Six Lessons from altMBA
skipperchong
28
3.9k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
110
19k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
It's Worth the Effort
3n
185
28k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Rails Girls Zürich Keynote
gr2m
95
14k
Building Adaptive Systems
keathley
43
2.7k
Transcript
Editor is your best friend forever Torino Coding Society 12th
October 2015
IDE or text editor?
IDE or text editor?
IDE
IDE Integrated development environment Editor Debugger Compiler / Interpreter Build
Tool
IDE Integrated development environment Editor Debugger Compiler / Interpreter Build
Tool [NOT APPROVED]
…And Now for Something Completely Different
our must!
The editor must support a rich collec:on of plugins. Plugins
Support
It finds files in project with par:al matches. fuzzy search
Coding Time !!!
syntax highlighting Different colors and fonts for every syntac:c rule
Linter It flags some suspicious and non-portable constructs, likely to
be bugs
Coding Time !!!
autocomplete It helps you to complete words during programming.
Coding Time !!!
Auto indent Automa:cally indents code.
Terminal commands
Coding Time !!!
Split desk
definitions search Search defini:ons (classes, methods, modules, …) inside your
project.
Coding Time !!!
go to definition It opens the file where the defini:on
has been created.
Coding Time !!!
X-Files
SUBLIME FILES hLps:/ /github.com/welaika/sublime_files
VIM FILES hLps:/ /github.com/delphaber/vimfiles
VIM DISTRIBUTIONS hLps:/ /github.com/spf13/spf13-vim hLps:/ /github.com/carlhuda/janus …
@ramensoup7 @Pioneer_Skies @delphaber