An open API service indexing awesome lists of open source software.

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

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
![Code completion 1](images/README/completion_1.png)

#### Using documentation and argument list
![Code completion 2](images/README/completion_2.png)

## 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