Jock Li

Results 20 comments of Jock Li

Thank you for your help. For now, the scenarios you provide clearly affect the scroll bars and rulers of existing implementations. So it can't be achieved directly.

I had try your steps and results are not what you describe. Can you get some demo svg files and settings.

Most common property values are already provided. For now, autocompletes is only for simple values, in your example, `preserveAspectRatio` is ` []` value is not just a enum. In the...

The current formatting is implemented using the vscode HTML service, and this customization is not possible at this time

的确不能混合在非 .svg 使用,因为要支持的话,太多 html 为基础的都要支持。 解析部分容易出 BUG,而且可能挂死之类的。 所以建议您使用独立文件,然后通过后期自动处理工具把 .svg 包装到输出中。

Yes, this is a good idea, but it may be an inefficient process. I will include it in future plans. 是的,这是个好主意,但这可能是个不高效的程序,我会将它列入将来的计划中。

Pretty SVG is a Parameter fixed Command, You can use the standard Formatting command, which has a plug-in setting(svg.format.plugins) that corresponds directly to [SVGO](https://github.com/svg/svgo), and you can cancel the cleanup...

Pruning autocomplete directly will obviously cause problems for users who do not use the `vscode-xml` extension. Due to package size and controllable reasons, third-party dependencies are not heavily used on...

This extension does not directly support HTML formatting, but provides support for HTML content through [Custom Data Extension](https://code.visualstudio.com/api/extension-guides/custom-data-extension), so it doesn't make sense to add this option in this extension....

This behavior can be achieved simply by modifying the width and height of the SVG document. Adding export size options can be unnecessarily complicating operations.