Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Disable QML parser in QtCreator
Qt 6.11 is out! See what's new in the release blog

Disable QML parser in QtCreator

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 858 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    plaristote
    wrote on last edited by
    #1

    Hi !

    The QML parser in QtCreator is making it impossible for me to write code. I would ideally like to trigger QML parsing myself, as it tends to trigger when it is still useless, and makes me lose a surprisingly huge amount of time in my work.

    Searching for solutions, I noticed I wasn't the only one having this issue... it's been marked as « solved » in a QtCreator bug report in which the decision has been taken to move the parser into a separated thread to avoid the UI freezing.

    Well... the parser does run in another thread. And the interface isn't completely frozen, but it runs slow enough that it's basically unusable. So here I am, opening this thread, wondering if I'm the only one having this issue, and if others have found ways to workaround it ?

    1 Reply Last reply
    0
    • jeremy_kJ Offline
      jeremy_kJ Offline
      jeremy_k
      wrote on last edited by
      #2

      On macOS under the Qt Creator menu, About Plugins... lists the installed plugins, with check boxes to disable them. QmlJSTools and QmlJSEditor sound like candidates to consider. I think this menu item is under help on Linux/X11, but haven't looked recently.

      Asking a question about code? http://eel.is/iso-c++/testcase/

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved