You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Another snippet that I used quite often with LuaLS completes someTable[<CURSOR>] into someTable[#someTable + 1] = <CURSOR>. I have not found it with emmylua, is it already implemented? How do I trigger it if it is? Thanks in advance!
Hello! Another snippet that I used quite often with LuaLS completes
someTable[<CURSOR>]intosomeTable[#someTable + 1] = <CURSOR>. I have not found it with emmylua, is it already implemented? How do I trigger it if it is? Thanks in advance!