lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

Is it possible to make the result of bit operations in a tooltip?

Open RomanSpector opened this issue 3 years ago • 0 comments

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

image

Actual Behaviour

image

Reproduction steps

local a = 0x00001;
local b = 0x00010;

local c = bit.bor(a, b);

Additional Notes

No response

Log File

No response

RomanSpector avatar Sep 03 '22 09:09 RomanSpector