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
Harnessing the power of AI in IntelliJ IDEA
Search
Anton Arhipov
March 26, 2025
Programming
1
110
Harnessing the power of AI in IntelliJ IDEA
Anton Arhipov
March 26, 2025
Tweet
Share
More Decks by Anton Arhipov
See All by Anton Arhipov
Devoxx France 2024. Kotlin - the new and noteworthy
antonarhipov
1
20
VirtualJUG: Kotlin 2.0 and beyond
antonarhipov
1
100
Kotlin 2.1: Language Updates
antonarhipov
3
110
Devoxx Belgium 2024 - Kotlin 2.0 and beyond
antonarhipov
2
150
Data Analysis with Kotlin Notebook, DataFrame, and Kandy
antonarhipov
1
56
Kotlin 2.0 and Beyond
antonarhipov
2
220
Kotlin Standard Library Gems
antonarhipov
2
490
Ktor Workshop
antonarhipov
1
130
Everybody is a Marketer
antonarhipov
0
150
Other Decks in Programming
See All in Programming
オープンソースコントリビュート入門
_katsuma
0
120
複雑なフォームの jotai 設計 / Designing jotai(state) for Complex Forms #layerx_frontend
izumin5210
6
1.5k
fieldalignmentから見るGoの構造体
kuro_kurorrr
0
130
一緒に働きたくなるプログラマの思想 #QiitaConference
mu_zaru
78
20k
Cursor/Devin全社導入の理想と現実
saitoryc
28
21k
Jakarta EE Meets AI
ivargrimstad
0
780
RubyKaigi Dev Meeting 2025
tenderlove
1
1.3k
2025-04-25 GitHub Copilot Agent ライブデモ(スクリプト)
goataka
0
100
Instrumentsを使用した アプリのパフォーマンス向上方法
hinakko
0
230
The Evolution of the CRuby Build System
kateinoigakukun
1
760
カウシェで Four Keys の改善を試みた理由
ike002jp
1
120
Ruby on Railroad: The Power of Visualizing CFG
ydah
0
290
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
329
21k
Writing Fast Ruby
sferik
628
61k
Fireside Chat
paigeccino
37
3.4k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
The World Runs on Bad Software
bkeepers
PRO
68
11k
The Invisible Side of Design
smashingmag
299
50k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
4 Signs Your Business is Dying
shpigford
183
22k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
33k
Site-Speed That Sticks
csswizardry
6
530
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
690
Transcript
Harnessing the power of AI in Intell iJ IDEA
None
None
Full-line code completion Minimal assistance. Doesn't get in a way.
Can accept word-by- word with Alt + ->
None
As a result, completion provides a multi-line snippet of code
The comment act as a prompt, adding the information to the context
The snippets of code can be accepted line- by line
.
The snippets of code can be accepted line- by line
. ... or word-by-word
None
inline code generation
Specify additional requirements
With AI actions, we can generate more code. For instance,
generate unit tests.
AI assistant will trigger the workflow to generate unit tests
You still have to execute the tests, verify results, etc
You still have to execute the tests, verify results, etc
You are in control!
None
A more complex change spanning multiple par t s of
the application
The workflow makes changes to multiple files and creates new
files
The workflow makes changes to multiple files and creates new
files You still have to review the changes, accept of decline, run tests, review code .
The workflow makes changes to multiple files and creates new
files You are in control! You still have to review the changes, accept of decline, run tests, review code .
None
None
None
Junie writes code, writes tests, verifies new code, etc .
It's an "autopilot" for writing code under your supervision
Automatically executes tests. Iterates on the task
None
The level of control Max Min
The level of control Max Min You can have various
levels of control over the process To get the most out of the agentic mode, you will need the relax the control. Then you can move faster!
None
None
None
None
None
https://speakerdeck.com/antonarhipov @antonarhipov https://github.com/antonarhipov