zer09
Results
12
issues of
zer09
Is there a way to delay the syntax check tooltips? I tried setting the `flycheck-display-errors-delay` to `3` but with no avail. The tooltip still showing almost instantly.
Syntax-checking
stale
Example I have this ```javascript const textToBeHighlighted = text[tobehighlighted]; ``` how to surround the text `text[tobehighlighted]`? Then the output would be like this. ```javascript const textToBeHighlighted = Number(text[tobehighlighted]); ``` Thanks