lua-language-server
lua-language-server copied to clipboard
Is it possible to make the result of bit operations in a tooltip?
How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Windows
What is the issue affecting?
Other
Expected Behaviour

Actual Behaviour

Reproduction steps
local a = 0x00001;
local b = 0x00010;
local c = bit.bor(a, b);
Additional Notes
No response
Log File
No response