Iha Shin (신의하)
Iha Shin (신의하)
### Describe the feature Since the currently implemented plugin resolve algorithm relies on the `node_modules` structure, it doesn't work with alternative module linking approaches like ones from pnpm and Yarn...
I know that I can listen to native events using `onXXX`. However I can't find out how to listen to custom events (`emit()`ed). Is there any way to do this?
I believe it'll help reading markups with a bunch of styling properties. I'm imagining something like vscode-iconify's inline icon feature, but without the icon. (displaying something like UnoCSS logo or...
Currently, there's no way to do any user-defined additional preloading jobs after finishing to preload static assets. So it's impossible to prefetch data needed for routes. Having an `onAfterPreload` hook...
In Yarn PnP environment, if any of the modules are imported inside the config file, the extension stops working without any warnings. I guess it's because the extension is not...
Closes #173. This PR adds color bound for `entity.name.namespace` and `variable.annotation`. Haven't found any appropriate place to put `variable.other`. Any ideas? Before:  After:  On Dark+:...
**Is your feature request related to a problem? Please describe.** I've been enjoying this library a lot! However, after looking at the source, I'm a bit worried about the overall...
## Summary Fix to correctly perform the nested capture check, rather than doing source string comparisons. This allows the rule to work correctly for member expressions with line breaks (`a\n.b`)...