Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-15104

Enhance Auto-Import and Import Optimization Features in Qt Design Studio

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • QDS 4.7.1
    • Code View
    • None

    Description

      I would like to propose that Qt Design Studio implement advanced import management features for QML similar to those available in Android Studio. These enhancements could include:

      (1) Auto-Import Suggestions:
      While typing a class name, the editor should display suggestions. Pressing Enter on a suggestion would automatically add the required import statement at the top of the file.


      (2) Missing Import Warnings:
      If a user types the full class name without accepting the suggestion, Qt Creator should display a warning about the missing import and provide an easy way to add it.

      (3) Visual Indicators for Unused Imports:
      Unused import statements should be grayed out to help developers quickly identify and remove them.

      (4) Bulk Removal of Unused Imports:
      Introduce a shortcut (e.g., CTRL + ALT + O) that removes all unused imports at once.

      (5) On-the-Fly Import Management:

      • Add Unambiguous Imports on the Fly: When enabled, this feature would automatically add the necessary import as the user types a class name.
      • Optimize Imports on the Fly: When enabled, this feature would automatically remove any unused import statements.

      Implementing these features would streamline the coding process in Qt Design Studio, enhancing productivity and reducing manual import management tasks. Thank you for considering this enhancement.
      *This report has been cloned from the one for Qt Creator. I think these suggestions could also apply to the GUI development using 2D View, not Code editor.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              thohartm Thomas Hartmann
              mikio_hirai Mikio Hirai
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes