Pierre-Yves RicauforPy's blogpy.hashnode.net·Oct 12, 2022FeaturedLet's investigate a Gradle IntelliJ memory leak!👋 Hi, this is P.Y., I work as an Android Distinguished Engineer at Block. This article shares a team investigation by Tony Robalik, Pablo Baxter, Roger Hu and myself into a recent Gradle / IntelliJ memory leak. On September 29th, Tony Robalik reach...Discuss·81 likes·3.0K readsgradle
Devarshi ShimpiforDevarshi Shimpi's Blogdevarshishimpi.hashnode.net·Sep 4, 202210+ Plugins That Will Boost Your Productivity With Intellij Idea👉 Original Blog Post : Link The IntelliJ IDEA is one of the developer’s prime tools. It has undergone various stages of structuring, molding, and design since its launch. IntelliJ IDEA now boasts of being a tool that works to enhance a developer’s p...Discuss·11 likes·65 readsintellij
MsAkiNomformsakinom.hashnode.net·Feb 7, 2023Reasons why some developers prefer IntelliJ IDEA over Visual Studio CodeIntelliJ IDEA and Visual Studio Code are both highly regarded integrated development environments (IDEs) used by developers for coding, testing, and debugging. While both have their strengths, some developers prefer IntelliJ IDEA over Visual Studio C...Discuss·8 likes·40 readsIDEs
Christian TegethoffforChristian Tegethoff's Blogctege.hashnode.net·Apr 24, 2023⚙️ Get into IdeaVim configuration, from basic to advancedThe IdeaVim is a Vim emulation plugin for IntelliJ Platform-based IDEs. It has a lot of supported motions and operations and can help you to quickly edit code and navigate through it. Install IdeaVim by using the IDE's plugin manager (File -> Setting...Discussvim
Neenad Ingoleforneenad ingoleiamninad.hashnode.net·Apr 18, 2023I Bet You Didn't Know This IntelliJ FeatureAre you an Intellij, Goland or DataGrip User? Like me, are you running the SQL statements every time you want to see the change reflected on the table? If Yes, I found a small trick in Intellij and DataGrip that could watch your SQL query results. I...DiscussJetbrains
Janet MutuaforAll Things Tech.janetmutua.hashnode.net·Apr 4, 2023Installing JetBrains ToolBox on UbuntuIf you need an easier way to install JetBrains products such as IntelliJ IDEA, Android Studio, PyCharm, or PhpStorm, etc, you can do so using their Toolbox. JetBrains developed their own tool called the JetBrains Toolbox to assist developers in insta...DiscussDeveloper ToolsJetbrains
Sudarshan Doiphodeforsudarshan's blogsudarshandoiphode.hashnode.net·Apr 2, 2023Improve UI of your IntelliJ IDEA IDE in 2023IntelliJ IDEA is a powerful IDE that offers a wide range of features out of the box. However, some plugins can enhance the user interface and make your development experience even better. Here are some of the best plugins to improve the UI of Intelli...Discuss·4 likes·28 readsintellij
Jeannot Mullerforjeannot-muller.comjeannot.hashnode.net·Mar 18, 2023IntelliJ IDEA ShortcutsIntelliJ is without question a fantastic IDE, but learning how to work efficiently is not particularly easy for the beginner. However, it is very worthwhile to delve deeper into the functions and this includes shortcuts. I am convinced that mice and ...Discuss·32 readsJetbrains IDEsintellij
Sébastien NOIROTforI was today year old when i learned it!my-java-blog.hashnode.net·Mar 13, 2023Code template: do not reinvent the wheelWhen I am coding, there is always a bunch of lines that I have to search about, or that takes time to type even though I know them, or code that needs to be included but I don't remember what, or code that I just copy/paste from a project without loo...Discuss·5 likes·34 readsTipsintellij
Sébastien NOIROTforI was today year old when i learned it!my-java-blog.hashnode.net·Mar 13, 2023Interactive git rebase : how to create nice PRDo you ever feel overwhelmed when looking at your list of commits before sending a pull request (PR)? Is it difficult for the reviewer to keep track of your different changes? Do you have chains of fixup commits in your PR? If so, Git has a great fea...Discuss·1 like·30 readsTipsGit
Zsolt BoldizsárforZsolt Boldizsár's Blogzsoltboldizsar.hashnode.net·Feb 22, 2023My journey building an Android Studio PluginIt all started back in 2020 when we suddenly had to start working from home (we all know the cause). At the time I was working on LEGOLife, an app supporting both phone and tablet form factors. In our office, we had access to tablets, but most of us ...Discuss·1 likeAndroid Studio Plugins
MsAkiNomformsakinom.hashnode.net·Feb 7, 2023Reasons why some developers prefer IntelliJ IDEA over Visual Studio CodeIntelliJ IDEA and Visual Studio Code are both highly regarded integrated development environments (IDEs) used by developers for coding, testing, and debugging. While both have their strengths, some developers prefer IntelliJ IDEA over Visual Studio C...Discuss·8 likes·40 readsIDEs
OliforOli's Bloglifeguardz.hashnode.net·Dec 29, 202210 Must-Have IntelliJ Plugins for Every Java DeveloperIntelliJ is a popular Java integrated development environment (IDE) that offers a wide range of features and tools for developers. One of the great things about IntelliJ is that it has a huge ecosystem of plugins that can help you work more efficient...Discuss·55 readsJava