Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Tinkr Lua APINew to Visual Studio Code? Get it now.
Tinkr Lua API

Tinkr Lua API

AmsTaFFix

|
36 installs
| (1) | Free
Tinkr Lua API
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Tinkr Lua API

A Visual Studio Code extension that provides Lua library definitions for Tinkr, enabling IntelliSense, autocompletion, and type checking for Tinkr-specific APIs.

Join Discord to discuss and participate.

Instructions

  • Press CTRL + SHIFT + P to open the command palette
  • type Activate Tinkr API extension and press enter

command-palete-example

Example

Here’s an example of how to use Tinkr APIs with autocompletion and type checking:

---@type Tinkr
local tinkr = ...

-- Use Tinkr APIs with IntelliSense support
local x, y, z = tinkr.GetCorpsePosition(x, y, z) -- Autocompletion and type checking will work here

Requirements

  • Lua VSCode extension must be installed for this extension to work.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or issues, please open an issue or submit a pull request.

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeatureName).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeatureName).
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.


Acknowledgements

  • Lua VSCode extension for providing excellent Lua support in VS Code.
  • Visual Studio Code for the awesome editor and extension API.

Enjoy using Tinkr Lua API! If you have any questions or feedback, feel free to open an issue.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft