AllenZou / vscode-office

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-office

This extension is to support the function of previewing common office file formats.

It support below files now:

  • Excel: .xls, .xlsx, .csv
  • Word: .docx
  • PhotoShop: .psd
  • Svg: .svg
  • Pdf: .pdf
  • Epub: .epub
  • Xmind: .xmind
  • Font: .ttf, .otf, .woff
  • Markdown: .md
  • HttpRequest: .http
  • PlantUml: .puml, .pu, .plantuml
  • Windows Reg: .reg
  • Html: Press ctrl+shift+v open live edit for html.

Markdown

This extension will change default markdown editor as hyperMD, if you want using vscode editor, insert below json to vscode config.

"workbench.editorAssociations": [{
	"viewType": "default",
	"filenamePattern": "*.md"
}]

Credit

About


Languages

Language:JavaScript 75.7%Language:CSS 16.2%Language:HTML 5.6%Language:TypeScript 2.3%Language:AppleScript 0.1%Language:PowerShell 0.1%Language:Shell 0.0%