Iha Shin (신의하)

Results 67 issues of 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...

enhancement
help wanted

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...

help wanted
pr welcome
vscode

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...

enhancement :rocket:

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: ![스크린샷 2021-03-30 오후 11 24 22](https://user-images.githubusercontent.com/8155259/113006745-98dfaf80-91b0-11eb-85fb-80e7739898df.png) After: ![스크린샷...

Several scopes that `rescript-vscode` uses have no color bound in Dracula. Scopes I found: - `entity.name.namespace` - `variable.other`/`variable.function` - `variable.annotation` The full grammar definition is also available: [https://github.com/rescript-lang/rescript-vscode/blob/master/grammars/rescript.tmLanguage.json](https://github.com/rescript-lang/rescript-vscode/blob/master/grammars/rescript.tmLanguage.json) 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...

enhancement

## 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`)...

A-Linter
L-JavaScript