Skip to content
New issue

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

几个建议 希望vsc做的更好 #5620

Closed
iscraft opened this issue Apr 21, 2016 · 9 comments
Closed

几个建议 希望vsc做的更好 #5620

iscraft opened this issue Apr 21, 2016 · 9 comments
Labels
feature-request Request for new features or functionality
Milestone

Comments

@iscraft
Copy link

iscraft commented Apr 21, 2016

  • VSCode Version:1.0
  • OS Version:windows7

1.目前的配对仅仅只对括号有效 无法针对多个html标签进行匹配
比如<li>1</li><li>2</li>...当鼠标光标位于第一个<li>标签时 会高亮出所有的<li>标签 而不是1后面的这个</li>
希望在新的版本中高亮显示出与当前光标所在的标签配对的结束标签

2.并且可以自定义配对高亮效果 比如斜体 下划线 下划虚线 加粗 颜色等 现在只有一个浅灰色的方框

3.windows下安装后 把电脑上的php文件都默认改为vsc打开了
能不能改掉这种无耻的习惯 而在设置中添加一个功能 让用户自己选择文件扩展名打开方式?!

4.针对中日韩字体能否设置单独的字体显示效果和大小 太多的编辑器的中文字体显示问题一直都令人蛋疼不已

5.能否出portable便携zip解压即用版本 配置文件等在vsc目录下 而不是固定在c盘无法移动 一直不喜欢软件强占c盘空间的情况

@Tyriar
Copy link
Member

Tyriar commented Apr 21, 2016

Rough translation using translate tools:

Multiple recommendations for VSCode

  1. When the cursor is on opening tags in HTML the corresponding closing tag should be highlighted
  2. Add custom highlight effects such as bold, italics, underline, color, instead of just a grey rectangle
  3. Do not associate file type in OS with VSCode on installation
  4. Allow customizing CJK font size and font family Use proper font family for East Asian languages (CJK) #5260 Allow modification of sidebar font size #3702
  5. Portable zip Portable version! #329

@dbaeumer dbaeumer added the feature-request Request for new features or functionality label Apr 21, 2016
@dbaeumer dbaeumer added this to the Backlog milestone Apr 21, 2016
@dbaeumer
Copy link
Member

(1) @aeschli
(2) @alexandrudima
(3) @joaomoreno. Do we do that?
(4) @bpasero & @alexandrudima
(5) @joaomoreno

@joaomoreno
Copy link
Member

(3) We let Windows know that Code can open a bunch of extensions. If there is no other editor for them, then Windows automatically chooses Code to be the default application to open them, as far as I know.
(5) #329

@bpasero
Copy link
Member

bpasero commented Apr 21, 2016

(4) fair request, not possible though

@aeschli
Copy link
Contributor

aeschli commented Apr 21, 2016

(1) already is happening, the corresponding tag is highlighted (with a background color)
image

@iscraft
Copy link
Author

iscraft commented Apr 22, 2016

@aeschli
html code in the php file
`Untitled-1.php:

  • 1
  • 2
  • 3
`

@Tyriar
Copy link
Member

Tyriar commented Apr 22, 2016

@iscraft thanks for clarifying, I believe that's covered as part of this #670

@Tyriar
Copy link
Member

Tyriar commented Jun 15, 2016

Forked off (2) so we can close this #7687

@Tyriar Tyriar closed this as completed Jun 15, 2016
@rebornix
Copy link
Member

@Tyriar your translation is precisely correct and thanks for ignoring those dirty words ...

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

7 participants