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
Scala Plugin для IntelliJ IDEA
Search
Pavel Fatin
October 01, 2011
Programming
0
62
Scala Plugin для IntelliJ IDEA
ScalaDay Spb 2011,
http://www.youtube.com/watch?v=CO0xa6OQ22A
Pavel Fatin
October 01, 2011
Tweet
Share
More Decks by Pavel Fatin
See All by Pavel Fatin
Inside the IntelliJ Scala Plugin
pavelfatin
1
150
Design Patterns in Scala
pavelfatin
6
1.6k
Практичность Scala
pavelfatin
0
130
Новый подход к компиляции Scala в IntelliJ IDEA
pavelfatin
0
140
Scala plugin for IntelliJ IDEA
pavelfatin
0
150
Other Decks in Programming
See All in Programming
TypeScriptでDXを上げろ! Hono編
yusukebe
4
930
Gemini CLIの"強み"を知る! Gemini CLIとClaude Codeを比較してみた!
kotahisafuru
3
920
SwiftでMCPサーバーを作ろう!
giginet
PRO
2
220
知って得する@cloudflare_vite-pluginのあれこれ
chimame
1
140
画像コンペでのベースラインモデルの育て方
tattaka
3
1k
バイブコーディングの正体——AIエージェントはソフトウェア開発を変えるか?
stakaya
5
720
Vibe coding コードレビュー
kinopeee
0
400
実践!App Intents対応
yuukiw00w
0
110
書き捨てではなく継続開発可能なコードをAIコーディングエージェントで書くために意識していること
shuyakinjo
0
190
ソフトウェア設計とAI技術の活用
masuda220
PRO
25
7.3k
AI Ramen Fight
yusukebe
0
120
Google I/O Extended Incheon 2025 ~ What's new in Android development tools
pluu
1
220
Featured
See All Featured
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
870
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
750
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
Six Lessons from altMBA
skipperchong
28
3.9k
Balancing Empowerment & Direction
lara
1
530
A designer walks into a library…
pauljervisheath
207
24k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Side Projects
sachag
455
43k
Transcript
Pavel Fatin Alexander Podkhalyuzin ScalaDay Spb, 2011 Scala plugin for
IntelliJ IDEA
IntelliJ Scala Plugin Agenda Why do we need it
What's inside What's next
Do we need an IDE for Scala?
Can't we just use Notepad? Rationale
Can't we just use Notepad? Rationale
Is it always the right tool? Rationale ?
What makes us more productive? Highlighting Inspections
Code formatting Auto-completion Information look-up Navigation Refactoring Integration Rationale
What's already available?
Syntax highlighting Features
Syntax highlighting Features Implicit conversion
Syntax highlighting Features By-name argument Implicit conversion
Syntax highlighting Features By-name argument Implicit conversion Deprecated method
Syntax highlighting Features Injected language By-name argument Implicit conversion Deprecated
method
Error highlighting Ordinary: Type-aware: Quick-fixes: Features
Inspections Unused symbol Variable could be value
Redundant return Syntactic sugar Method signature inspections Features
Language injection Pattern-based: Via parameter annotation: Via
value annotation: Features
Dark color schemes Features
Language-aware editor Brace balancing: Entities selection: Code
folding: Features
Formatting Features
Code completion Basic Class name Expected-type based
«Some» Global member Anonymous function Features
Information look-up Type info Parameter info Documentation
look-up Definition look-up Features
Type Info Features
Type Info Features
Parameter info Features
Documentation look-up Features
Definition look-up Features
Imports management Import entity on completion Auto-import unresolved
symbol Highlight unused imports Optimize imports Paste imports Features
Refactoring Rename Introduce variable Inline variable
Extract method Introduce parameter Features
Rename Features
Introduce variable Features
Inline variable Features
Extract method Features
Introduce parameter Features
Java-to-Scala conversion Features
Integrations Java JUnit / Specs / ScalaTest
Maven Spring Lift SBT FSC Features
TODO
Tasks Fix move refactoring Smart Step in debugger
Evaluate Expression in debugger Scalate support Scaladoc support Roadmap
Thank you!