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

    eCommerce growth – is your business ready?
    • Services
    • Trends

    eCommerce growth – is your business ready?

    April 8, 2024 by createIT
    Digital marketing without third-party cookies – new rules
    • Technology
    • Trends

    Digital marketing without third-party cookies – new rules

    February 21, 2024 by createIT
    eCommerce healthcheck
    • Services
    • Trends

    eCommerce healthcheck

    January 24, 2024 by createIT
    Live Visitor Count in WooCommerce with SSE
    • Dev Tips and Tricks

    Live Visitor Count in WooCommerce with SSE

    December 12, 2023 by createIT
    Calculate shipping costs programmatically in WooCommerce
    • Dev Tips and Tricks

    Calculate shipping costs programmatically in WooCommerce

    December 11, 2023 by createIT
    Designing a cookie consent modal certified by TCF IAB
    • Dev Tips and Tricks

    Designing a cookie consent modal certified by TCF IAB

    December 7, 2023 by createIT
    Understanding the IAB’s Global Vendor List (GVL)
    • Dev Tips and Tricks

    Understanding the IAB’s Global Vendor List (GVL)

    December 6, 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