AppWorks
AppWorks copied to clipboard
🐻 基于 VS Code 插件的前端研发工具集,站点国内镜像:https://apptools.gitee.io
插件名/Extension: @appworks/doctor 0.5.0 ## 您的本地环境信息/Your local environment information * 操作系统及其版本/System and Version: * Node version: 14.20.0 * npm version: 6.14.7 ## 您遇到的问题及复现步骤/What are your problems and how to reproduce them...
I have AppWorks extensions enabled: React Style Helper, and React Generator. When loading a workspace with a React project, the Output Window shows this error: > [error] Unable to write...
插件名/Extension: react-refactor ## 您的本地环境信息/Your local environment information 使用项目为umi3.5.32 * 操作系统及其版本/System and Version: * Node version: v16.13.0 * npm version: 8.1.0 ## 您遇到的问题及复现步骤/What are your problems and how to reproduce them...
### 问题描述/Problem Description React Generator 插件只能生成一种特定的 jsx/tsx 模板,也就是普通的 Function Component,不能生成 Arrow Function Component. ### 建议的方案/Proposal 提供一个扩展设置入口API,使得用户可以自定义生成的 jsx/tsx 模板。 ### 备选的方案/Alternatives 或是提供一个扩展设置入口API,用户可以选择生成 Function Component 或 Arrow Function Component,或古早项目的 Class Component. ###...
插件名/Extension: @appworks/doctor ## 您的本地环境信息/Your local environment information * 操作系统及其版本/System and Version: macos * Node version: v16.13.1 * npm version: 8.1.2 ## 您遇到的问题及复现步骤/What are your problems and how to reproduce them...
### 问题描述/Problem Description 飞马的开发插件不能用了,是停用了还是要废弃? ### 建议的方案/Proposal 之前写前端用过飞马的插件,感觉很好用,为什么现在不更新了,后端接口无数据
插件名/Extension: React-Style-Helper ## 您的本地环境信息/Your local environment information * 操作系统及其版本/System and Version: * Node version: 16.13.0 * npm version: 8.19.3 ## 您遇到的问题及复现步骤/What are your problems and how to reproduce them 1....
插件名/Extension: ## 您的本地环境信息/Your local environment information * 操作系统及其版本/System and Version: Ventura 13.1 (22C65) * Node version: 18.12.1 * npm version: 8.19.3 ## 您遇到的问题及复现步骤/What are your problems and how to reproduce...
### 问题描述/Problem Description Currently the code in the hover preview has 1-space indentation: ### 建议的方案/Proposal 2-Space indentation would be nicer ### 备选的方案/Alternatives - Read the indentation from the editor settings...
### 问题描述/Problem Description It would be nice to be able to see the nested styles also in the hover, when there are some: This would make it easier to know...