Jack Cherng

Results 289 comments of Jack Cherng

That's irrelevant. Even you use ```php if (false) { function helloWorldTestVersion(string $a) { } } else { function helloWorldTestVersion(int $a) { } } ``` Both signatures are still provided by...

Maybe try https://github.com/jfcherng-sublime/ST-my-settings/blob/be2e801d6f144c114316d2779db306027006924c/Packages/HyperClick/html/ui.css#L11

This PR is fine for sure. --- I am using https://github.com/jfcherng-sublime/ST-my-settings/blob/dc509e19387cfa9ad827e78ee3b4dbb7e2f83791/Packages/User/HyperClick.sublime-settings#L80-L86 (although `'` can be used in filename actually) I think we don't have to match the rest of the...

I can confirm `aliases` is not working as expected. The offending commit is 66343acc4f91b07244e6df91161b184afef89b6f from #84.

The answer is fairly simple. ST's minihtml doesn't support ``. So this is not an issue for this plugin imo.

Not related but just a FYI. Finally, ST 3186 supports `ibus` IME.

Interesting. So I guess it's designed that double quotes are highlighted as plain string, correct?

Fwiw, I think Package Control just takes the output of `sublime.platform()` and `sublime.arch()`. I didn't see a reason to not allow `osx-arm64`. https://github.com/wbond/package_control/blob/3aa0f04521380ee0776e7d80e7267c7c5c38013e/package_control/providers/release_selector.py#L25-L29

> I'm also looking for workarounds if anyone has suggestions. Maybe we could just delete the two suggestions that start with php... > > phpcredits phpinfo > > I haven't...

I feel the feature is actually more of `Highlight Matched "Words"` and it's related to `word_separators`. In that case, I think the current behavior is by design.