heartacker

Results 125 issues of heartacker

1. 删除ctrl+m的快捷键。因为这是vscode 的默认快捷键 2. 建议最后缀.km 文件支持打开。使用vscode 的自定义编辑器的api

do not adjust the control panel length when use mouse to drap the control of displayLength

now we have to use `ValueChanged="UIntegerUpDown_ValueChanged"` can we use binding Command for this event?

体验这个插件之后,发现这个切换快捷键的模式存在一点问题。 - 光标悬停 1. 当光标悬停到某些文本上。那么ctrl+b 就会将这个文本加粗。这是合理的。 2. 如果是中文。那么这个快捷键就把整个句子加粗了。 这个是中文分词的问题。 - 选择单词。 1. 几乎所有的文字编辑在选择某个词或者字母之后,操作都应该是这个选中的单词。这是合理的。 2. 但是此插件在选择文本之后,操作还是和光标悬停一样。是非常不方便的。尤其是在中文环境下。 demo: ![vme](https://user-images.githubusercontent.com/1876302/131061829-08345110-8d85-4379-929a-9d6eff97d281.gif)

Welcome PR

1. 表格支持粘贴excel剪切板。支持csv 和tsv。但是在readme 中没有体现TSV 、CSV, 建议添加描述 2. 表格格式化是否支持不添加两边竖线的格式。 ``` | ChipType | FW_VER | UCode_VER | | ---------- | ------ | --------- | | AC5121_ES1 | 0xffff | 1.0.0 |...

Welcome PR

当选择多行的时候,切换有序列表,不会自动编号。 ![image](https://user-images.githubusercontent.com/1876302/131355846-8f7037e7-f518-44da-adcf-712a6c95db07.png)

![image](https://user-images.githubusercontent.com/1876302/165669247-02c39cfb-59f6-40fb-8f29-dd9cbe608e7d.png) ``` 名称: PlantUML ID: jebbs.plantuml 说明: Rich PlantUML support for Visual Studio Code. 版本: 2.17.2 发布者: jebbs VS Marketplace 链接: https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml $ java --version openjdk 17.0.2 2022-01-18 LTS OpenJDK...

HI, I try to run the example to create a docxfile ```csharp //NetOffice.OfficeApi.OfficeDataSourceObject Word.Application wordApp = new Word.Application(); wordApp.DisplayAlerts = Word.Enums.WdAlertLevel.wdAlertsNone; // create a utils instance, not need for but...