Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Print DividerNew to Visual Studio Code? Get it now.

Print Divider

XuangeAha

|
1,593 installs
| (1) | Free
Print a divider easily in your Python, Java, C, PHP, C#, JavaScript, TypeScript, R, Go, Rust, Swift, Ruby, Kotlin, Objective-C, Lua or Julia files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Print Divider

Version Installs Downloads Rating Short Rating Star

TrendingDaily TrendingWeekly TrendingMonthly

Print a divider easily in your Python, Java, C, PHP, C#, JavaScript, TypeScript, R, Go, Rust, Swift, Ruby, Objective-C, Lua or Julia files.

在你的Python, Java, C, PHP, C#, JavaScript, TypeScript, R, Go, Rust, Swift, Ruby, Objective-C, Lua或Julia文件中轻松地打印一个分隔符。

Homepage/主页: https://xuangeaha.github.io/

Repository/仓库: https://github.com/Xuangeaha/print-divider

Issues/问题: https://github.com/Xuangeaha/print-divider/issues

Changelog/更新日志: https://marketplace.visualstudio.com/items/XuangeAha.print-divider/changelog

License/许可证: https://marketplace.visualstudio.com/items/XuangeAha.print-divider/license

Download/下载: https://marketplace.visualstudio.com/items?itemName=XuangeAha.print-divider

Copyright (c) 2023 XuangeAha(轩哥啊哈OvO)

How To Use 使用方法

  1. Type div in the file of supported languages above. 在所支持语言文件中键入 div。
  2. Select div (Divider) and press Tab. 选择 div (Divider) 后按下 Tab。
  3. Divider will automatically be added to the file. 分隔符将自动加入文件中。

Language Supports 语言支持

Python, Java, C, PHP, C#, JavaScript, TypeScript, R, Go, Rust, Swift, Ruby, Objective-C, Lua, Julia

Python

print("--------------------------------------------------")

Java

System.out.println("--------------------------------------------------");

C

printf("--------------------------------------------------");

PHP

echo "--------------------------------------------------";

C#

Console.WriteLine("--------------------------------------------------");

JavaScript

Console.log("--------------------------------------------------");

TypeScript

Console.log("--------------------------------------------------");

R

print ( "--------------------------------------------------" )

Go

fmt.Println("--------------------------------------------------")

Rust

println!("--------------------------------------------------");

Swift

print("--------------------------------------------------")

Ruby

puts "--------------------------------------------------"

Objective-C

NSLog(@"--------------------------------------------------");

Lua

print("--------------------------------------------------")

Julia

print("--------------------------------------------------")

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft