-
-
Notifications
You must be signed in to change notification settings - Fork 374
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I am not getting IntelliSense/AutoCompletion/Type information for ffi
To Reproduce
Steps to reproduce the behavior:
- Install this extension
- Create a new .lua file
- Type
ffi = require("ffi")
- Hover over the declared
ffi
variable, or in a new line typeffi.
Expected behavior
Type information is shown on hover, or autocomplete triggers when typing ffi.
Screenshots
This is the expected outcome (screenshot by someone else):
Environment (please complete the following information):
VSCode
Version: 1.68.1 (user setup)
Electron: 17.4.7
Chromium: 98.0.4758.141
Node.js: 16.13.0
V8: 9.8.177.13-electron.0
OS: Windows_NT x64 10.0.19043
Lua Language Server 3.4.0
Provide logs
file_d%3A_Downloads_lua-5.1.5_Win64_bin.log
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working