<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/jetbrains/best-of/2024/08" -->

---
title: Best JetBrains posts — August 2024 | daily.dev
description: The most upvoted JetBrains posts from August 2024, curated by the daily.dev community.
canonical: https://daily.dev/sources/jetbrains/best-of/2024/08
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/jetbrains/best-of/2024/08
og:type: website
og:site_name: daily.dev
og:title: Best JetBrains posts — August 2024 | daily.dev
og:description: The most upvoted JetBrains posts from August 2024, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of JetBrains — August 2024

1. 1  
[](https://daily.dev/posts/phpstorm-2024-2-is-now-available-9okvlzlco "PhpStorm 2024.2 Is Now Available")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 2y  
PhpStorm 2024.2 Is Now Available  
PhpStorm 2024.2 introduces several impactful updates including direct log file support for Laravel, Symfony, and WordPress with proper highlighting, a floating toolbar for instant code refactoring and AI-powered features, enhanced command completion in the terminal, and PER coding style support. The IDE now supports Chinese, Japanese, and Korean UI language packs, has improved UI and UX including full line code completion, updated Linux window controls, and default Prettier integration for new projects. Significant enhancements to the JetBrains AI Assistant make cloud code completion faster and more accurate.  
48
2. 2  
[](https://daily.dev/posts/join-us-for-jetbrains-gamedev-days-2024-lorxqzklx "Join Us for JetBrains GameDev Days 2024")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 2y  
Join Us for JetBrains GameDev Days 2024  
Join JetBrains GameDev Days 2024 for a hybrid event on October 9-10\. The event features experts discussing topics like CI/CD processes, Unity's DOTS, C# scripting, and game development with Godot. In-person sessions will occur on October 9, followed by an online event on October 10\. Talks will cover Unreal Engine development, mobile game development, Godot with Kotlin, and more. Sessions will be streamed live on YouTube and will remain available afterward.  
35  
3
3. 3  
[](https://daily.dev/posts/hacking-a-jvm-application-with-intellij-idea-s-debugger-bgkbgab9n "Hacking a JVM Application With IntelliJ IDEA’s Debugger")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 2y  
Hacking a JVM Application With IntelliJ IDEA’s Debugger  
The post explores using IntelliJ IDEA's debugger to modify the behavior of a JVM application, specifically adding 'god mode' to a Space Invaders game plugin. It covers setting up multiple IDE instances, configuring JVM options, and using the debugger's memory view and non-suspending breakpoints to change object properties and automate state modifications.  
18
4. 4  
[](https://daily.dev/posts/laravel-log-files-support-in-phpstorm-eurx3lt2w "Laravel Log Files Support in PhpStorm")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 2y  
Laravel Log Files Support in PhpStorm  
PhpStorm's latest version has improved support for Laravel log files, offering color-coded lines, styled links, and a performant renderer to handle large log files efficiently. It also extends these enhancements to logs accessed via SSH connections. Users can customize log file styling, including patterns and filters, for an optimized debugging experience.  
16
5. 5  
[](https://daily.dev/posts/the-net-tools-blog-t6amfiloa "The .NET Tools Blog")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 2y  
The .NET Tools Blog  
A developer discusses the importance of productivity in software development, advocating for the term '10x development' over '10x developer'. The focus is on leveraging tools, IDE shortcuts, and automation to significantly speed up tasks. Key techniques like the Pomodoro method and the importance of keeping things simple are highlighted. The post emphasises that high productivity should be directed towards meaningful work rather than complicating an already convoluted codebase.  
13
6. 6  
[](https://daily.dev/posts/more-new-ui-icons-for-your-plugins--7aggugxut "More New UI Icons for Your Plugins!")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 2y  
More New UI Icons for Your Plugins!  
IntelliJ Platform Icons website has been updated with over 1,000 new UI icons, making it easier for plugin developers to find suitable icons for their projects. Most icons are licensed under Apache 2.0\. The update includes a Figma library and a UI Kit for designing custom icons and prototyping interfaces. Developers are encouraged to migrate their plugin icons to the new ones to maintain consistency within the IntelliJ ecosystem.  
11
7. 7  
[](https://daily.dev/posts/euro-2024-scoring-goals-with-python-unruumyee "Euro 2024: Scoring Goals With Python")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 2y  
Euro 2024: Scoring Goals With Python  
Dive into a fun project using Python to analyze data from the Euro 2024 tournament. Learn how to set up your environment, load data, and perform basic data analysis using PyCharm. The analysis covers various aspects of football such as the body parts used to score goals, jersey numbers related to goals and yellow cards, and even goals by zodiac signs. Visualize the results with pie charts and histograms to uncover interesting trends.  
11
8. 8  
[](https://daily.dev/posts/workspaces-in-intellij-idea-wf7yh8fi4 "Workspaces in IntelliJ IDEA")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 2y  
Workspaces in IntelliJ IDEA  
IntelliJ IDEA has introduced support for workspaces, allowing developers to manage multiple projects simultaneously. This feature is especially beneficial in complex development environments and with microservices. Although monorepos offer many advantages, they present challenges such as performance issues and restricted access control, making workspaces a valuable alternative. The workspace functionality is still in preview and available as a plugin, with several limitations, such as the lack of run configuration synchronization and automatic project settings updates. Future improvements include better project settings synchronization and simplified multi-project run configurations.  
10

[See all JetBrains archives](/sources/jetbrains/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/jetbrains/best-of/2024/08#page","url":"https://daily.dev/sources/jetbrains/best-of/2024/08","name":"Best JetBrains Posts — August 2024","description":"The most upvoted JetBrains posts from August 2024, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/jetbrains/best-of/2024/08#items","numberOfItems":8,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/phpstorm-2024-2-is-now-available-9okvlzlco","name":"PhpStorm 2024.2 Is Now Available"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/join-us-for-jetbrains-gamedev-days-2024-lorxqzklx","name":"Join Us for JetBrains GameDev Days 2024"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/hacking-a-jvm-application-with-intellij-idea-s-debugger-bgkbgab9n","name":"Hacking a JVM Application With IntelliJ IDEA’s Debugger"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/laravel-log-files-support-in-phpstorm-eurx3lt2w","name":"Laravel Log Files Support in PhpStorm"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/the-net-tools-blog-t6amfiloa","name":"The .NET Tools Blog"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/more-new-ui-icons-for-your-plugins--7aggugxut","name":"More New UI Icons for Your Plugins!"},{"@type":"ListItem","position":7,"url":"https://daily.dev/posts/euro-2024-scoring-goals-with-python-unruumyee","name":"Euro 2024: Scoring Goals With Python"},{"@type":"ListItem","position":8,"url":"https://daily.dev/posts/workspaces-in-intellij-idea-wf7yh8fi4","name":"Workspaces in IntelliJ IDEA"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"JetBrains","item":"https://daily.dev/sources/jetbrains"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/jetbrains/best-of"},{"@type":"ListItem","position":5,"name":"August 2024"}]}]}
```

