Just announced! WebStorm is now free for non-commercial use!
Whether you’re learning JavaScript, working on open-source projects, creating content, or coding as a hobby, you can now do so for free ?
~ JetBrains Twitter
Read more here: https://www.jetbrains.com/webstorm/
Saw this on Twitter, thought of letting the community know.
<script> // Detect dark theme var iframe = document.getElementById('tweet-1849447048828842234-844'); if (document.body.className.includes('dark-theme')) { iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1849447048828842234&theme=dark" } </script>
The above is the detailed content of JetBrains WebStorm and Rider Now Free for Non-Commercial Use. For more information, please follow other related articles on the PHP Chinese website!