Get a free advice now!

    Pick the topic

    Developer OutsourcingWeb developingApp developingDigital MarketingeCommerce systemseEntertainment systems

    Thank you for your message. It has been sent.

    Tags

    PHPStorm – fix long load time of a directory window

    PHPStorm – fix long load time of a directory window

    Challenge: when opening a new phpstorm project, the file tree takes a long time to load

    Solution: use the native file chooser on Windows by setting Edit Custom Properties in IDE

    PhpStorm is a PHP editor created by JetBrains. Written in Java and first released in 2009, it is one of the most popular IDEs. The early access version is available for free. For a stable version, monthly or annual subscription has to be purchased.

    Having difficulties with opening projects in phpStorm? The directory window is slow to load? In this tutorial, we will provide a solution for Windows problems with PhpStorm.

    File chooser dialog issue

    Trying to open a phpStorm project. Clicking – File / Open and waiting and waiting… this can be your experience when using Windows. A software bug discovered on Windows is probably caused by a slow network filesystem. Directories mounted in the network may not be accessible and the directory tree is waiting for a network connection to be established.

    The bug probably doesn’t occur on every Windows machine, but only if external network drive is mapped in “My Computer”.

    The bug is annoying and has a negative impact on performance. After waiting for a long time, the directories are finally loading, but it might take up to 5 minutes to load a directory tree.

    Fixing the bug

    The bug was reported to jetBrains in February 2013 : https://youtrack.jetbrains.com/issue/IDEA-101218 . In March 2021, there was a solution provided by Roman Shevchenko responsible for the task. A new feature that allows to use a native file chooser on Windows resolves the slow loading of directories.

    The feature is experimental. The following steps are required to enabled it:

    • open Help | Edit Custom Properties
    • add new properties:
    sun.awt.windows.useCommonItemDialog=true
    ide.win.file.chooser.native=true
    
    • restart the IDE

    It’s working! After the change, the directories are immediately loaded (no more waiting).

    That’s it for today’s tutorial. Subscribe to our newsletter to stay up-to-date with the latest tips and guidelines.

    Comments
    0 response

    Add comment

    Your email address will not be published. Required fields are marked *

    Popular news

    JS react developer – 20 questions for a job interview
    • Technology
    • Trends

    JS react developer – 20 questions for a job interview

    May 24, 2023 by createIT
    PHPStorm – how to replace HTML tags using regex?
    • Dev Tips and Tricks

    PHPStorm – how to replace HTML tags using regex?

    May 18, 2023 by createIT
    Ultimate GDPR – get user consent logs
    • Dev Tips and Tricks

    Ultimate GDPR – get user consent logs

    May 5, 2023 by createIT
    Backend Developer – how to become one?
    • Technology
    • Trends

    Backend Developer – how to become one?

    May 5, 2023 by createIT
    SEO Checklist for website migration
    • Services

    SEO Checklist for website migration

    April 4, 2023 by createIT
    A game changer for WooCommerce users
    • Our Highlights

    A game changer for WooCommerce users

    March 24, 2023 by createIT
    Write content that sells
    • Trends

    Write content that sells

    March 21, 2023 by createIT
    The differences between a web app and a mobile app
    • Services
    • Technology
    • Trends

    The differences between a web app and a mobile app

    March 7, 2023 by createIT
    Webrooming and showrooming
    • Trends

    Webrooming and showrooming

    February 14, 2023 by createIT
    PHPStorm – fix long load time of a directory window
    • Dev Tips and Tricks

    PHPStorm – fix long load time of a directory window

    January 20, 2023 by createIT

    Support – Tips and Tricks
    All tips in one place, and the database keeps growing. Stay up to date and optimize your work!

    Contact us