nushell / vscode-nushell-lang

A Nushell grammar for Visual Studio Code with IDE support
https://www.nushell.sh/
MIT License
122 stars 27 forks source link

feat(snippets): completions #126

Closed EmilyGraceSeville7cf closed 1 year ago

EmilyGraceSeville7cf commented 1 year ago

Snippets for creating completions.

fdncred commented 1 year ago

help me understand the @ please

EmilyGraceSeville7cf commented 1 year ago

Snippets starting with "at" symbol allow create docs (one line comment) right while filling snippet. It just a convention. :) Compare def and @def snippets for instance.

fdncred commented 1 year ago

Thanks again!