Koihik

Results 30 comments of Koihik

It seems that 'column_limit' in your configuration is large. In fact, many different thresholds have been tried before to determine whether the table should be inline or not. Such as...

> > Now, the rule is to inline table as much as possible, unless 'column_limit' is exceeded. > > Could we have an option to disable this behavior? Then the...

Related to #177 @sandersantema This way is the best, but it's a bit complex to program. We will consider implement it in future.

Same as: https://github.com/Koihik/LuaFormatter/issues/32

I haven't used Textadept before. PRs welcome.

Please provide more information about errors, like output of 'cmake .' or 'make'.

``` "files.associations": { "*.ttslua": "lua" } ``` You can add this in your settings.json. VSC will treat `.ttslua` as `.lua`.

> That is not a good alternative because i am using an other extension for the ttslua with autofill and other stuff that will not work when it is triggert...

> i cant get it to work :( > ` "files.associations": { "*.ttslua": "TTS Lua" }, "[ttslua]": { "editor.defaultFormatter": "Koihik.vscode-lua-format" }, "[TTS Lua]": { "editor.defaultFormatter": "Koihik.vscode-lua-format" }, "[TTSLua]": { "editor.defaultFormatter":...

@Rezakarimi66 Is `vscode-lua-foramt` your default formatter of lua files in VSCode? Did you see any errors? Your os platform is?