Nihonium

Results 9 issues of Nihonium

Currently we lack builtin types information for [lua-language-server](https://marketplace.visualstudio.com/items?itemName=sumneko.lua). This requires generating them in a format it likes (most likely like libs, see [https://github.com/sumneko/lua-language-server/tree/master/3rd](examples)) and then force-feeding path to them to...

enhancement
help wanted
sdk
fxcode

If holding gizmo control pressed w/o moving cursor it changes transform matrix of entity, as in right/front/up vectors.

bug
sdk
world editor

Need to add auto-complete functionality for both console widget in FXCode. Complete list of commands can be fetched using `cmdlist` command.

enhancement
help wanted
sdk
fxcode

Similar to how vscode does for `.gitignore` entries. This can help visually inspect what will be ignored during build, although it will be confusing as FxDK only use `.fxdkignore` files...

enhancement
help wanted
needs planning
sdk

This menu item should add a record to relevant `.fxdkignore` file (or create it if no such). For files it should be exact file path and for folders whole folder.

enhancement
help wanted
sdk

For JS resources we force our own types for builtin tsserver, but there're also default libs being loaded and DOM lib is one of those. Need to find a way...

enhancement
help wanted
sdk
fxcode

Some may have other things running on `30120` port, so should be manually configurable. In addition, would be nice to just grab whatever free port when starting if no manual...

enhancement
sdk

This results in gizmo controls become unresponsive. Somewhat general steps to reproduce: 1. Have gizmo drawn for some ID 2. Select some gizmo control with mouse so it become highlighted...

bug