This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suggestion to expand func types to func snippets (#1553)
Given a type that defines a function, added a code completion suggestion to expand the type into a closure. Eg: type Demo func(int) string Will expand into the the suggest with the name "Demo" and upon triggering it the following snippet will be used: Demo(func(${1:arg1} int) { $2 })
- Loading branch information