Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 684 Bytes

navigation.md

File metadata and controls

22 lines (12 loc) · 684 Bytes

Navigation

Go to definition

The language server provides go to definition for all Tact definitions: you can go to the definition of a variable, parameter, function, trait, etc.

definition.mov

In addition to this, LS also provides several additional locations that can be resolved:

initOf

initOf resolves to the contract name or its init() function if it exists:

init-of.mov

Go to type definition

Go to definition of the current identifier type:

type-definition.mov