We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
这tmd也太大了, 能精简还是精简下
去掉ace支持, 已经用了微软的 monaco package里就不要在ace了
加点自动补全吧, 已经有大微软的moaco支持, 在上面加个补全不就是分分钟的事. 可以参考 https://playground.babylonjs.com/ 也是支持线上javascript编辑的, 然后自动补全的 具体用法就是编译出 .d.ts文件 然后 https://github.com/BabylonJS/Babylon.js/blob/master/Playground/src/tools/monacoManager.ts#L373 就可以了, 顺便类型上加下函数说明吧, 自动文档也有了 (ps: package依赖实在太大, 下了半天下载不下来, 不然我就提交pr了)
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
package discuss: Discussion: Which bundler to use (Webpack, Rollup, Parcel, esbuild...) #55
remove react-ace chore(deps): remove react-ace #57
Auto-Complete
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
这tmd也太大了, 能精简还是精简下
去掉ace支持, 已经用了微软的 monaco package里就不要在ace了
加点自动补全吧, 已经有大微软的moaco支持, 在上面加个补全不就是分分钟的事.
可以参考 https://playground.babylonjs.com/ 也是支持线上javascript编辑的, 然后自动补全的
具体用法就是编译出 .d.ts文件 然后
https://github.com/BabylonJS/Babylon.js/blob/master/Playground/src/tools/monacoManager.ts#L373
就可以了, 顺便类型上加下函数说明吧, 自动文档也有了
(ps: package依赖实在太大, 下了半天下载不下来, 不然我就提交pr了)
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: