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?
Forum Updated to NodeBB v4.3 + New Features

How to get Lua code completion?

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

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

      1 Reply Last reply
      0

      2/2

      10 May 2025, 10:38

      • Login

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