yasnippet-snippets/snippets/js-mode/type-inline-comment

6 lines
160 B
Plaintext

# -*- mode: snippet -*-
# name: type-inline-comment
# key: @ty
#condition: (not (= (js2-node-type (js2-node-at-point)) js2-COMMENT))
# --
/** @type {${type}} */