Wenfang Du

Results 81 comments of Wenfang Du

@JeremyWuuuuu Yes, I can do it if [the upstream issue](https://github.com/element-plus/element-plus/issues/2755) gets fixed.

@JeremyWuuuuu I've updated [`babel.config.js`](https://github.com/wenfangdu/el-plus-repro/commit/713a825f44f9ff84c95563fd1451b3eb177c1a68) to the following in my repro: ```js module.exports = { presets: ['@vue/cli-plugin-babel/preset'], plugins: [ [ 'import', { libraryName: 'element-plus', customStyleName: name => /^use/.test(name) ? '' :...

@JeremyWuuuuu Even return empty string for `customStyleName` will throw: ```js module.exports = { presets: ['@vue/cli-plugin-babel/preset'], plugins: [ [ 'import', { libraryName: 'element-plus', customStyleName: () => '', }, ], ], }...

I gave up using [option 2](https://element-plus.gitee.io/#/en-US/component/i18n#2.-via-composable-hook), [option 1](https://element-plus.gitee.io/#/en-US/component/i18n#1.-via-configprovider) works just fine. I've fixed the above repro using option 1.

Before it gets merged, I've created a [VSCode extension](https://marketplace.visualstudio.com/items?itemName=wenfangdu.snippet-generator) for this, it supports space to `\t` conversion.

使用 `.tsx` 热加载失效,如何解决呢?

@randyrants With all due respect, please try recording keys with powertoys and hold Esc/Enter to see the effect, you will understand what I meant. By the way, I'm an extremely...

@dsifford Fixing https://github.com/dracula/visual-studio-code/issues/184 would partially solve this issue. As for > This gets tricky, particularly in "smarter" syntaxes (like javascript, for example) because `editor.wordHighlightBackground` and `editor.wordHighlightStrongBackground` seem to also play...

@dsifford Please see https://github.com/microsoft/vscode/issues/127948#issuecomment-902540074: > The problem is that the Dracula theme defines the following color: > > ``` > "editor.selectionHighlightBackground": "#424450", > ``` > > This color is not...

@dsifford Can you give a color suggestion for `editor.selectionBackground` as well, so I can check them in comparison.