Replies: 3 comments 15 replies
-
With how many ways there are to create a new line in a comment, I think it is best if we just mention the
|
Beta Was this translation helpful? Give feedback.
-
As for the autocompletion in a table, I don't really like the solution of turning off |
Beta Was this translation helpful? Give feedback.
-
Updated wiki to include a Tips page, and a Formatting Annotations page. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There are several functions that are not described in the Wiki because they do not fit the classification of existing sections.
I suggest creating a new section in the Wiki, for example, "Tips & Tricks" in which it will be possible to describe these features.
The candidates are:
color support
Using VS Code setting to toggling inlay hints.
Quickly toggle inlay hints on/off by configuring
editor.inlayHints.enabled
. Setting values:• on — Always show inlay hints
• offUnlessPressed — Hold ctrl+alt / ctrl+option to see inlay hints
• onUnlessPressed — Hold ctrl+alt / ctrl+option to hide inlay hints
Make sure to enable inline hints in the sumneko's extension ->
"Lua.hint.enable": true
You need to set
editor.acceptSuggestionOnEnter
to off .issue455
issue526
Beta Was this translation helpful? Give feedback.
All reactions