#intellijideatips résultats de recherche
❗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

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
⏺️ To create a new record press ⌘N (macOS) / Alt+Insert (Windows/Linux) in the Project tool window, and select Record in the New Java Class dialog. 🆕 Convert between records and classes where relevant using ⌥⏎ (macOS) / Alt+Enter (Windows/Linux). 🔁 #IntelliJIDEATips
🖱️ 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
☕ 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
IntelliJ IDEAやRiderとかの機能を1日1個紹介! 「Switch Zoom IDE」 コードだけじゃなくて、IDE全体を拡大できる。ビデオ会議の画面共有で便利。 IDEAだけじゃなく、RiderやWebStormなどでも。2023.1から。 #IntelliJIDEATips jetbrains.com/idea/whatsnew/…
#IntelliJIDEATips IntelliJ can generate OpenAPI specification from a Ktor application by invoking Context Actions on embeddedServer.

💎 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

#IntelliJIDEATips You can easily switch between custom layouts by pressing: ctrl + ~ and then selecting the Layout option:

@intellijidea @springframework #intellij #IntelliJIDEATips TIP (silly?): 🩷 the IntelliJ Go to Class... dialog. You can search for all classes in org.springframework.* packages that end in Utils suffix. Spring framework is chockful of utility classes that can save you code:

#IntelliJIDEATips You can specify a default project folder which is shown when opening the explorer from IntelliJ to open a project.

If you prefer to clone from @github in @intellijidea using SSH, you can configure this in Settings | Version Control | GitHub. #IntelliJIDEATips

🔎 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
🤔Unexpected drops in app performance? Unable to verify memory leaks? Click on a process in the #Profiler tool window and select “CPU and Memory Live Charts” to get a live overview of your app’s performance. Learn more: jb.gg/profiler #IntelliJIDEATips
💡 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
#IntelliJIDEATips Inspections and Quick Fixes @intellijidea analyzes your code, performs various inspections, and shows warnings if the code can be improved or if there are any potential bugs. You can simply fix those warnings using Quick Fix (Option + Enter on MacOS, Alt +…
🏎️ 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
@intellijidea #IntelliJIDEATips Many times you wan to copy a set of lines with file name/path and line number to include in email or blog post: plugins.jetbrains.com/plugin/22061-c…

#IntelliJIDEATips To equally divide the width / height of split editors, enable the advanced option in Settings -> Advanced -> Equalize proportions in nested splits
If you prefer to clone from @github in @intellijidea using SSH, you can configure this in Settings | Version Control | GitHub. #IntelliJIDEATips

⏳ 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
🍃 Write code for @SpringBoot ⏩ faster with the Smart Code Completion capabilities of #IntelliJIDEA! The IDE provides spot-on suggestions, property files, URL path references, and much more! 👉 Discover more: jb.gg/spring #IntelliJIDEATips

💎 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

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
Navigate and resolve code issues faster with #IntelliJIDEA! ⌨️ Use ⇧F2 (macOS) / F2 (Windows, Linux) to jump between issues. 🚀 Wherever the caret is placed, the IDE takes you straight to the issue with helpful explanations and quick-fix suggestions. #IntelliJIDEATips
Write high-quality code faster! 🚀 Just press ⌥↩ | Alt+Enter to instantly optimize your code with smart suggestions 💡 and quick-fixes 🛠️ #IntelliJIDEATips
🍃 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: jb.gg/spring #IntelliJIDEATips

🧭 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
🤔Unexpected drops in app performance? Unable to verify memory leaks? Click on a process in the #Profiler tool window and select “CPU and Memory Live Charts” to get a live overview of your app’s performance. Learn more: jb.gg/profiler #IntelliJIDEATips
⏺️ To create a new record press ⌘N (macOS) / Alt+Insert (Windows/Linux) in the Project tool window, and select Record in the New Java Class dialog. 🆕 Convert between records and classes where relevant using ⌥⏎ (macOS) / Alt+Enter (Windows/Linux). 🔁 #IntelliJIDEATips
💡 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
🖱️ 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
🔎 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
☕ 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
🧭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: jb.gg/spring #IntelliJIDEATips
🏎️ 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
🔎 Zoom in (⌃⌥= | Alt+Shift+=) or out (⌃⌥- | Alt+Shift+-) as needed. 🔍 Click the link to Reset to 100% or use the shortcut (⌃⌥0 | Alt+Shift+0) to Reset IDE Scale. ⚙️ Or use Quick Switch Scheme (⌃` | Ctrl+`) to select Zoom and set the zoom level. #IntelliJIDEATips
#IntelliJIDEATips: Inject Spring Bean Dependencies like a BOSS" youtu.be/ndFWAp6MUwA?si…
youtube.com
YouTube
IntelliJ IDEA Tips: Inject Spring Bean Dependencies like a BOSS
🆕 When creating a new class in a new package, you don't have to create the package first. ⌨️ Type the fully qualified name in the Name field for the class and IntelliJ IDEA will create the package for you.🚀 #IntelliJIDEATips
❗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

Refactoring 🍃 @SpringBoot code is safe & fast with #IntelliJIDEA. If offers many refactoring options, like Rename, Delete, Extract, and many more! ⌨️ Press ⌃T/Ctrl+Alt+Shift+T and get refactoring right away! Learn more: jb.gg/spring #IntelliJIDEATips

🍃 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: jb.gg/spring #IntelliJIDEATips

No @SpringFramework or @SpringBoot code error or 🪲 will get through #IntelliJIDEA's inspections, as they’ll be busted with code-fixing suggestions right away! ⌨️ Press ⌥↵/Alt+Enter to see the available quick-fixes. 👉 Learn more: jb.gg/spring #IntelliJIDEATips

💎 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

Creating #WebSocket requests with #IntelliJIDEA's HTTP Client (open via Tools) is simple. Just start your request with the WEBSOCKET keyword. Moreover, you can type "wsr" and press ↩/Enter to apply the live template. 👉 Learn more: jb.gg/http-client #IntelliJIDEATips

Need to test a web service? With #IntelliJIDEA's built-in HTTP Client, that’s easy. Create #HTTP requests right in the IDE! Just click the 🌐 icon next to the URL in your code and select “Generate request in HTTP Client”. 👉 Learn more: jb.gg/http-client #IntelliJIDEATips

Write code for 🍃 @SpringBoot ⏩ faster with the Smart Code Completion capabilities of #IntelliJIDEA! The #IDE provides spot-on suggestions, property files, URL path references, and much more! 👉 Discover more: jb.gg/spring #IntelliJIDEATips #java #SpringBoot

🤔Unexpected drops in app performance? Unable to verify memory leaks? Click on a process in the #Profiler tool window and select “CPU and Memory Live Charts” to get a live overview of your app’s performance. Learn more: jb.gg/profiler #IntelliJIDEATips
#IntelliJIDEA has a built-in query console, so you can execute #SQL queries right in the IDE! 🖱️Just click on the query console icon within the Database tool window (via View | Tool Windows), type your query, and run it. 👉 Learn more: jb.gg/database #IntelliJIDEATips

⛵️It's easy to inject @JakartaEE beans in #IntelliJIDEA – right from where you need them. Use the inject postfix template or apply a quick-fix using ⌥⏎ / Alt+Enter on the unresolved variable and select Add dependency. 👉Learn more: jb.gg/jakarta-ee #IntelliJIDEATips

#IntelliJIDEA supports CDI specification in your @JakartaEE project out of the box. ⛵️ 🟠 The #IDE automatically checks bean dependencies and reports incorrect injection points that violate the CDI specification. 👉 Learn more: jb.gg/jakarta-ee #IntelliJIDEATips

#JavaEE is still popular, but for security and support reasons you might consider migrating your project to @JakartaEE. ⛵️ It's easy with #IntelliJIDEA! Go to Refactor | Migrate Packages and Classes and follow the steps. Learn more: jb.gg/jakarta-ee #IntelliJIDEATips

Writing #gRPC requests? Just start typing "GRPC" in #IntelliJIDEA's HTTP Client (access via Tools | HTTP Client) and get outstanding request body completion – specific for gRPC! 👉 Learn more: jb.gg/http-client #IntelliJIDEATips #httpclient

Need to manage large amounts of data in your project? #IntelliJIDEA to the rescue! Query data and manage databases without leaving the IDE. Easily add or create databases in the Database tool window (View | Tool Windows). 👉 Learn more: jb.gg/database #IntelliJIDEATips

Did you know that in #IntelliJIDEA you can sort and edit data and even ➕/➖ rows in your database without writing a single #SQL query? Open a table via the Database tool window (View | Tool Windows) to try for yourself! 👉 Learn more: jb.gg/database #IntelliJIDEATips

Get only the data you need from the server with #GraphQL queries in #IntelliJIDEA's HTTP Client (open via Tools) – with syntax highlighting, quick navigation, and more! Type "GRAPHQL" and a server address in the HTTP file. 👉Learn more: jb.gg/http-client #IntelliJIDEATips

If you prefer to clone from @github in @intellijidea using SSH, you can configure this in Settings | Version Control | GitHub. #IntelliJIDEATips

#IntelliJIDEATips IntelliJ can generate OpenAPI specification from a Ktor application by invoking Context Actions on embeddedServer.

🤔 Learn from @MarcoBehler: Concepts that you need to understand when trying to write non-trivial applications on top of LLMs, in his latest video Prompt Engineering for Developers. 📹 jb.gg/6wczgv #IntelliJIDEATips

Something went wrong.
Something went wrong.
United States Trends
- 1. Branch 36.9K posts
- 2. Chiefs 111K posts
- 3. Red Cross 52.6K posts
- 4. Exceeded 5,829 posts
- 5. Binance DEX 5,102 posts
- 6. Mahomes 34.7K posts
- 7. #njkopw 7,087 posts
- 8. Rod Wave 1,656 posts
- 9. #LaGranjaVIP 82.9K posts
- 10. Air Force One 57.4K posts
- 11. Eitan Mor 16.9K posts
- 12. #TNABoundForGlory 59.6K posts
- 13. #LoveCabin 1,380 posts
- 14. Ziv Berman 19.8K posts
- 15. Alon Ohel 17.5K posts
- 16. Tel Aviv 59.1K posts
- 17. Matan Angrest 15.7K posts
- 18. Omri Miran 16.1K posts
- 19. Bryce Miller 4,605 posts
- 20. Tom Homan 81.2K posts