Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 267 Bytes

File metadata and controls

10 lines (7 loc) · 267 Bytes

Mcfunction

The completion text that is generated for mcfunctions, is made from the comment that is found on the first line

# This is a comment about some function
foo.bar

The completion text will become: This is a comment about some function