Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

WIP: Suggestion to expand func types to func snippets (#1553) #1560

Merged
merged 1 commit into from
May 13, 2018

Commits on Mar 6, 2018

  1. Suggestion to expand func types to func snippets (microsoft#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
      })
    joncalhoun committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    cf90252 View commit details
    Browse the repository at this point in the history