Stephen Sigwart
Stephen Sigwart
- Adds a `setStrippedImages` option so you can remove images from the generated HTML. - Same concept as #777, but that can be merged into the 1.7.x releases.
- This allows you to specify that links should be opened in a new tab by setting `setTargetBlankLinks`. - Same concept as #777, but that can be merged into the...
- Adds a `setStrippedImages` option so you can remove images from the generated HTML.
- This allows you to specify that links should be opened in a new tab.
I'm having an issue on PHP 7.3.8 where after a day or so of production level traffic, `apc_fetch` will sometimes return `null` when the stored value was not actually `null`....
**Describe the bug** When looking at the suggestion widget details of a namespace, it shows something like the following for each file in the namespace: ``` Abc
**Describe the bug** If you add a space after a comma and there's no ending parenthesis, parameter hints disappear. This is particularly an issue when `intelephense.completion.triggerParameterHints` is disabled. **To Reproduce**...
When searching a file, `bookmarks.toggle` does not work. You can add `editorTextFocus || findWidgetVisible` to the when clause and it will bookmark it. However, the find widget loses focus. You...