Explore tweets tagged as #IntelliJIDEATips
@intellijidea
IntelliJ IDEA, a JetBrains IDE
5 months
Say goodbye to πŸ—‘οΈ GC and 🧡 multithreading issues! Enhance #Java and #Kotlin code quality with #IntelliJIDEA's profiler. Record a snapshot and then analyze thread activity using the Timeline tab. Learn more: #IntelliJIDEATips
Tweet media one
6
50
267
@xpvit
Viktar Patotski
2 years
❗Pro Tip for @intellijidea users:.In the tests run view, enable "Settings"->"Test Runner Settings"->"Scroll to Stack Trace". It scrolls logs to the reason for the test failure. Such a game-changer for me!. ❓Why it's not enabled by default?πŸ€” #IntelliJIDEATips
Tweet media one
0
34
200
@intellijidea
IntelliJ IDEA, a JetBrains IDE
7 months
🏎️ Speed up your coding by using Complete Statement; use the keyboard shortcut βŒƒβ‡§βŽ (macOS) / Ctrl+Shift+Enter (Windows/Linux) to add your semicolons, finish your methods and more. πŸš€ #IntelliJIDEATips
1
1
13
@intellijidea
IntelliJ IDEA, a JetBrains IDE
4 months
πŸƒ Refactoring @SpringBoot code is quick and safe with #IntelliJIDEA. Rename, delete, and extract code with confidence. ⌨️ Press βŒƒT / Ctrl+Alt+Shift+T for instant refactoring!. Learn more: #IntelliJIDEATips
Tweet media one
1
5
90
@intellijidea
IntelliJ IDEA, a JetBrains IDE
7 months
πŸ–±οΈ Right-click the branch in the Git log window and select Show Diff with Working Tree from the context menu. ↔️ This will show the changes between the selected branch and the current branch in a tree view. πŸŽ„ #IntelliJIDEATips
1
8
89
@jcraane
Jamie Craane
8 months
#IntelliJIDEATips You can specify a default project folder which is shown when opening the explorer from IntelliJ to open a project.
Tweet media one
0
0
1
@jcraane
Jamie Craane
7 months
#IntelliJIDEATips no tabs, multiple tabs in the editor? I am settled on using 2 tabs. This gives me flexibility to move tabs to other editor windows without the editor becoming cluttered.
0
0
1
@intellijidea
IntelliJ IDEA, a JetBrains IDE
4 months
Write high-quality code faster! πŸš€. Just press βŒ₯↩ | Alt+Enter to instantly optimize your code with smart suggestions πŸ’‘ and quick-fixes πŸ› οΈ . #IntelliJIDEATips
0
9
86
@intellijidea
IntelliJ IDEA, a JetBrains IDE
7 months
β˜• Use JShell in #IntelliJIDEA to quickly evaluate #Java expressions. ⌨️ Type your code in the JShell Console tab, and press ⌘⏎ (macOS) / Ctrl+Enter (Windows/Linux) to run it. You will see the output of your code in the Run tool window. πŸš€ #IntelliJIDEATips
5
12
116
@intellijidea
IntelliJ IDEA, a JetBrains IDE
7 months
🌐 Create #HTTP requests directly from #OpenAPI files – right in #IntelliJIDEA's built-in HTTP Client (open via Tools). As you type, the IDE provides the URL and request body completion based on the OpenAPI specification. πŸ‘‰ Learn more: #IntelliJIDEATips
Tweet media one
0
10
130
@intellijidea
IntelliJ IDEA, a JetBrains IDE
3 months
Enhance code quality by keeping it clean and consistent! It's easy with #IntelliJIDEA's code reformatting capabilities. ✨ Select a code fragment and press ⌘βŒ₯L / Ctrl+Alt+L to reformat it according to your project's code style settings. #IntelliJIDEATips
2
2
48
@intellijidea
IntelliJ IDEA, a JetBrains IDE
4 months
🧭 Move around your code faster with #IntelliJIDEA's method navigation shortcuts – perfect for large, complex #Java files!. ⬇️ Next method: βŒƒβ‡§β†“ | Alt+Down.⬆️ Previous method: βŒƒβ‡§β†‘ | Alt+Up. Try it out for yourself!. #IntelliJIDEATips
2
14
121
@intellijidea
IntelliJ IDEA, a JetBrains IDE
3 months
⏳ Save coding time by quickly selecting necessary code fragments like arguments, methods, expressions, or blocks of expressions in #IntelliJIDEA. ⌨️ Place the caret and press βŒ₯↑ or βŒ₯↓ / Ctrl+W or Ctrl+Shift+W to extend or shrink your selection. #IntelliJIDEATips
1
1
19
@intellijidea
IntelliJ IDEA, a JetBrains IDE
7 months
πŸ”Ž Inlay hints provide additional information about your code, like parameter names, annotations, usages, and so on. They appear in light gray text and you can configure them in Settings | Editor | Inlay Hints. βš™οΈ #IntelliJIDEATips
0
4
42
@intellijidea
IntelliJ IDEA, a JetBrains IDE
3 months
πŸ’Ž Keep your code high-quality and easy to maintain by refactoring it with #IntelliJIDEA. ⌨️ Press βŒƒT (macOS) / Ctrl+Alt+Shift+T (Windows, Linux) for instant code refactorings – rename, delete, move, extract, and more!. #IntelliJIDEATips
Tweet media one
1
11
85
@intellijidea
IntelliJ IDEA, a JetBrains IDE
7 months
🧭How can you quickly navigate around your Spring code in #IntelliJIDEA? Use gutter 🟒 icons!. Get application contexts, find declarations of autowired beans, and navigate between publishers and listeners. πŸ‘‰ Learn more: #IntelliJIDEATips
1
9
70
@intellijidea
IntelliJ IDEA, a JetBrains IDE
7 months
πŸ’‘ If our code uses an instanceof followed by a cast, IntelliJ IDEA suggests replacing this with pattern matching for instanceof (in Java 16 or above). Press βŒ₯⏎ (macOS) / Alt+Enter (Windows/Linux) and choose Replace with pattern variable. βœ… #IntelliJIDEATips
0
2
60
@intellijidea
IntelliJ IDEA, a JetBrains IDE
5 months
Power up your professional development in #Java and #Kotlin with #IntelliJIDEA's useful actions! Instantly find any action with the Find Action shortcut. Press βŒ˜β‡§A | Ctrl+Shift+A to:.πŸ” Search for actions.βš™οΈ Change settings.πŸͺŸ Open tool windows. #IntelliJIDEATips
2
9
80
@Alex_Zhukovich
Alex Zhukovich
2 years
Do you want to sort your dependencies alphabetically or variables inside the class?. Here's the simple solution:.1. Select multiple lines. 2. Click "Edit/Sort Lines". 3. Enjoy the result. #AndroidDev #AndroidStudio #IntelliJIDEATips
1
20
123