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

    A game changer for WooCommerce users
    • Our Highlights

    A game changer for WooCommerce users

    March 24, 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
    reCAPTCHA v3 – WordPress implementation
    • Dev Tips and Tricks

    reCAPTCHA v3 – WordPress implementation

    January 20, 2023 by createIT
    How to compare GIT and server files
    • Dev Tips and Tricks

    How to compare GIT and server files

    January 19, 2023 by createIT
    How to trigger a click event inside iframe?
    • Dev Tips and Tricks

    How to trigger a click event inside iframe?

    January 19, 2023 by createIT
    FOOEvents – generate a custom CSV report
    • Dev Tips and Tricks

    FOOEvents – generate a custom CSV report

    January 19, 2023 by createIT
    Headless chrome – testing webgl using playwright
    • Dev Tips and Tricks

    Headless chrome – testing webgl using playwright

    January 18, 2023 by createIT
    Preview big SQL files with PilotEdit
    • Dev Tips and Tricks

    Preview big SQL files with PilotEdit

    January 18, 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