Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dapetcu21/vscode-defold-ide
VSCode autocomplete, docs and other stuff for Defold
https://github.com/dapetcu21/vscode-defold-ide
defold vscode vscode-extension
Last synced: about 1 month ago
JSON representation
VSCode autocomplete, docs and other stuff for Defold
- Host: GitHub
- URL: https://github.com/dapetcu21/vscode-defold-ide
- Owner: dapetcu21
- License: mit
- Created: 2020-05-28T17:58:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T20:58:51.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T04:05:26.771Z (about 2 months ago)
- Topics: defold, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 474 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Defold IDE
> This extension is a work in progress. It may be useful to you as it is, but it's far from a stable state and things might change.
Up-to-date autocomplete, API docs, snippets and more for the Defold game engine.
## Features
### Autocomplete and documentation
> TODO. Not implemented yet, but planned.
### Snippets
> TODO. Not implemented yet, but planned.
### Refactor hashes as constants
Replaces strings and literal hashes with local variables declared at the
top of the file. Select or place your cursor on a hash string, then press
`Ctrl+Shift+H`.![refactor hashes](images/refactor-hash.gif)
If your project doesn't use this style of hash constants, you can customise
prefix, capitalisation and even make Defold IDE create hash constants in
a separate module instead of using local variables.Don't forget that you can also configure VSCode settings per-workspace.
Different projects can configure this extension differently.