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. How to get Lua code completion?
QtWS25 Last Chance

How to get Lua code completion?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
luasyntax highligh
2 Posts 1 Posters 27 Views
  • 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.
  • S Offline
    S Offline
    StudentScripter
    wrote last edited by
    #1

    The lua language server is checked and the plugin is active i just want to write simple scripts, but its useless without code completion is i don't see what i can use.

    This is the basic hello world it works, but no code completion. How to enable it?

    T = require'TextEditor'
    editor = T.currentEditor()
    cursor = editor:cursor()
    cursor:insertText('-- Hello World!')
    
    
    
    1 Reply Last reply
    0
    • S Offline
      S Offline
      StudentScripter
      wrote last edited by
      #2

      There also seems no documentation at all. :(
      image.png

      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