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
68
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
160
Design Patterns in Scala
pavelfatin
6
1.6k
Практичность Scala
pavelfatin
0
130
Новый подход к компиляции Scala в IntelliJ IDEA
pavelfatin
0
150
Scala plugin for IntelliJ IDEA
pavelfatin
0
160
Other Decks in Programming
See All in Programming
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
290
CSC307 Lecture 13
javiergs
PRO
0
310
エラーログのマスキングの仕組みづくりに役立ったASTの話
kumoichi
0
120
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
190
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
220
AI時代のソフトウェア開発でも「人が仕様を書く」から始めよう-医療IT現場での実践とこれから
koukimiura
0
140
AIとペアプロして処理時間を97%削減した話 #pyconshizu
kashewnuts
1
210
今、アーキテクトとして 品質保証にどう関わるか
nealle
0
210
守る「だけ」の優しいEMを抜けて、 事業とチームを両方見る視点を身につけた話
maroon8021
3
410
CSC307 Lecture 12
javiergs
PRO
0
470
nilとは何か 〜interfaceの構造とnil!=nilから理解する〜
kuro_kurorrr
3
1.8k
RAGでハマりがちな"Excelの罠"を、データの構造化で突破する
harumiweb
9
2.6k
Featured
See All Featured
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
82
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
480
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
310
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
10
1.1k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
10k
職位にかかわらず全員がリーダーシップを発揮するチーム作り / Building a team where everyone can demonstrate leadership regardless of position
madoxten
61
52k
The Hidden Cost of Media on the Web [PixelPalooza 2025]
tammyeverts
2
240
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Why Mistakes Are the Best Teachers: Turning Failure into a Pathway for Growth
auna
0
76
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.2k
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
118
110k
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!