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
130
Other Decks in Programming
See All in Programming
3 Effective Rules for Using Signals in Angular
manfredsteyer
PRO
0
100
Contemporary Test Cases
maaretp
0
140
よくできたテンプレート言語として TypeScript + JSX を利用する試み / Using TypeScript + JSX outside of Web Frontend #TSKaigiKansai
izumin5210
6
1.7k
CSC509 Lecture 13
javiergs
PRO
0
110
型付き API リクエストを実現するいくつかの手法とその選択 / Typed API Request
euxn23
8
2.2k
Arm移行タイムアタック
qnighy
0
330
RubyLSPのマルチバイト文字対応
notfounds
0
120
A Journey of Contribution and Collaboration in Open Source
ivargrimstad
0
930
みんなでプロポーザルを書いてみた
yuriko1211
0
260
flutterkaigi_2024.pdf
kyoheig3
0
120
イベント駆動で成長して委員会
happymana
1
320
レガシーシステムにどう立ち向かうか 複雑さと理想と現実/vs-legacy
suzukihoge
14
2.2k
Featured
See All Featured
Code Review Best Practice
trishagee
64
17k
Side Projects
sachag
452
42k
Being A Developer After 40
akosma
86
590k
A designer walks into a library…
pauljervisheath
204
24k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
0
96
Git: the NoSQL Database
bkeepers
PRO
427
64k
Embracing the Ebb and Flow
colly
84
4.5k
Six Lessons from altMBA
skipperchong
27
3.5k
GraphQLの誤解/rethinking-graphql
sonatard
67
10k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
720
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!