Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to add code-completion to QJSEngine scripts?

How to add code-completion to QJSEngine scripts?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 288 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.
  • A Offline
    A Offline
    Alhasni
    wrote on last edited by
    #1

    When using QJSEngine with QJSValue meta objects, is it possible to add code-completion capability to a simple QT based code editor? I mean something like presenting a list of member functions when a user writes a dot after a QJSValue meta object returned from the C++ side.

    If so, do you know of any libraries or APIs that can be integrated to do that?

    Thanks.

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Im not 100% sure about in what context you want completion but if we say in
      a user editor where user picks some value and can "complete" property names, then
      i would look into QJSValueIterator + a stringlist model and QCompleter.
      https://doc.qt.io/qt-5/qtwidgets-tools-customcompleter-example.html

      1 Reply Last reply
      1

      • Login

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