Explore tweets tagged as #IntelliJIDEATips
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
6
50
267
β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
0
34
200
ποΈ 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
π 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
1
5
90
π±οΈ 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
#IntelliJIDEATips You can specify a default project folder which is shown when opening the explorer from IntelliJ to open a project.
0
0
1
#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
Write high-quality code faster! π. Just press β₯β© | Alt+Enter to instantly optimize your code with smart suggestions π‘ and quick-fixes π οΈ . #IntelliJIDEATips
0
9
86
β 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
π 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
0
10
130
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
π§ 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
β³ 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
π 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
π 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
1
11
85
π§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
π‘ 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
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
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