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
52
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
140
Design Patterns in Scala
pavelfatin
6
1.5k
Практичность Scala
pavelfatin
0
120
Новый подход к компиляции Scala в IntelliJ IDEA
pavelfatin
0
130
Scala plugin for IntelliJ IDEA
pavelfatin
0
140
Other Decks in Programming
See All in Programming
Symfony Mapper Component
soyuka
2
730
Beyond ORM
77web
5
660
命名をリントする
chiroruxx
1
400
今年一番支援させていただいたのは認証系サービスでした
satoshi256kbyte
1
250
ゆるやかにgolangci-lintのルールを強くする / Kyoto.go #56
utgwkk
2
380
menu基盤チームによるGoogle Cloudの活用事例~Application Integration, Cloud Tasks編~
yoshifumi_ishikura
0
110
Refactor your code - refactor yourself
xosofox
1
260
HTTP compression in PHP and Symfony apps
dunglas
2
1.7k
バグを見つけた?それAppleに直してもらおう!
uetyo
0
180
良いユニットテストを書こう
mototakatsu
7
2.2k
モバイルアプリにおける自動テストの導入戦略
ostk0069
0
110
Security_for_introducing_eBPF
kentatada
0
110
Featured
See All Featured
Building Your Own Lightsaber
phodgson
103
6.1k
Git: the NoSQL Database
bkeepers
PRO
427
64k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Site-Speed That Sticks
csswizardry
2
190
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
Optimizing for Happiness
mojombo
376
70k
Docker and Python
trallard
42
3.1k
Making the Leap to Tech Lead
cromwellryan
133
9k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
365
25k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
BBQ
matthewcrist
85
9.4k
It's Worth the Effort
3n
183
28k
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!