1.20.0 #362
JohnnyMorganz
announced in
Announcements
1.20.0
#362
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[1.20.0]
Added
Ctrl + T
luau-lsp.require.fileAliases
to statically provide custom mappings from string requires to a file path.For example, adding
@example/constants
mapping toC:/fakepath/constants.luau
will automatically resolverequire("@example/constants")
do .. end
,for - do .. end
function() .. end
etc.x = { .. }
foo(..)
--[[ .. ]]
--#region
and--#endregion
i.e., all functions that call the current function, as well as all functions that the current function calls.
This works at multiple levels, displaying ancestor and descendant functions.
Changed
This discussion was created from the release 1.20.0.
Beta Was this translation helpful? Give feedback.
All reactions