https://github.com/obengine/obengine-vscode
ÖbEngine package for VS Code
https://github.com/obengine/obengine-vscode
Last synced: 7 months ago
JSON representation
ÖbEngine package for VS Code
- Host: GitHub
- URL: https://github.com/obengine/obengine-vscode
- Owner: ObEngine
- License: mit
- Created: 2021-10-11T19:51:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T23:12:38.000Z (over 3 years ago)
- Last Synced: 2025-02-24T23:43:38.734Z (11 months ago)
- Language: TypeScript
- Size: 247 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ÖbEngine VS Code Extension
Develop games for ÖbEngine using VS Code as your editor !
## Features
### Code completion
#### Listing available functions / methods

#### Using documentation and argument list

## Requirements
This package uses [sumneko's Lua extension](https://marketplace.visualstudio.com/items?itemName=sumneko.lua) as a language server.
## Extension Settings
This extension contributes the following settings:
* `Lua.workspace.library`: List of directories used by [sumneko's Lua extension](https://marketplace.visualstudio.com/items?itemName=sumneko.lua) to load type hints
## Known Issues
If you encounter any issues with the extension itself [please report it here](https://github.com/ObEngine/ObEngine-VSCode/issues)
If you encounter any issues with the type hints (outdated typehints for example) [please report it here](https://github.com/ObEngine/ObEngine/issues)
## Release Notes
### 0.0.1
Initial release of ÖbEngine VS Code Extension