Skip to content

Xrayez/godot-vscode-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Studio Code Godot Snippets

Snippets for Godot development.

Supported languages:

  • C++:

    Preview

Installation

Currently there's no easy way to install snippets. For manual installation refer to:

To create or edit your own snippets, select User Snippets under File > Preferences (Code > Preferences on macOS)

TODO: make this an actual extension or make contribution to godot-tools.

Usage

  1. Type godot prefix.
  2. Press Ctrl+Space to popup intellisense for godot specific snippets.
  3. Select snippet. Use Tab to jump between snippet's placeholders.

Contributing

New snippets are added and modified per language in snippets/src, then run:

python make_snippets.py

The resulting snippets are going to be in snippets folder.

For easy snippet creation, you can use this handy tool: https://snippet-generator.app/

About

Snippets for Godot development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages