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
99
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
13
VirtualJUG: Kotlin 2.0 and beyond
antonarhipov
1
99
Kotlin 2.1: Language Updates
antonarhipov
3
100
Devoxx Belgium 2024 - Kotlin 2.0 and beyond
antonarhipov
2
150
Data Analysis with Kotlin Notebook, DataFrame, and Kandy
antonarhipov
1
50
Kotlin 2.0 and Beyond
antonarhipov
2
210
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
Building Scalable Mobile Projects: Fast Builds, High Reusability and Clear Ownership
cyrilmottier
2
260
gen_statem - OTP's Unsung Hero
whatyouhide
1
190
サービスレベルを管理してアジャイルを加速しよう!! / slm-accelerate-agility
tomoyakitaura
1
170
Enterprise Web App. Development (1): Build Tool Training Ver. 5
knakagawa
1
110
「影響が少ない」を自分の目でみてみる
o0h
PRO
2
990
海外のアプリで見かけたかっこいいTransitionを真似てみる
shogotakasaki
1
160
[NG India] Event-Based State Management with NgRx SignalStore
markostanimirovic
1
110
コンテナでLambdaをデプロイするときに知っておきたかったこと
_takahash
0
180
アプリを起動せずにアプリを開発して品質と生産性を上げる
ishkawa
0
2.6k
Defying Front-End Inertia: Inertia.js on Rails
skryukov
0
460
マルチアカウント環境での、そこまでがんばらない RI/SP 運用設計
wa6sn
0
710
データベースエンジニアの仕事を楽にする。PgAssistantの紹介
nnaka2992
9
4.5k
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Producing Creativity
orderedlist
PRO
344
40k
The Cult of Friendly URLs
andyhume
78
6.3k
Facilitating Awesome Meetings
lara
54
6.3k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.4k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
104
19k
Stop Working from a Prison Cell
hatefulcrawdad
268
20k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.6k
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.5k
Building Adaptive Systems
keathley
41
2.5k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
13
660
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
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