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
|
|
As for the autocompletion in a table, I don't really like the solution of turning off |
|
Updated wiki to include a Tips page, and a Formatting Annotations page. |
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": trueYou need to set
editor.acceptSuggestionOnEnterto off .issue455
issue526
All reactions