GithubHelp home page GithubHelp logo

vscode-insert-spaces's Introduction

Insert Spaces between Half/Fullwidths

Build Status

A Visual Studio Code extension for formatting documents written in Japanese or Chinese.

Overview

This extension formats your document by inserting spaces between half- and full-width characters. For example, the text

今日は2017年8月11日(金)、快晴です。

is formatted as follows:

今日は 2017 年 8 月 11 日 (金)、快晴です。

Usage

  1. Open a document to format.
  2. Press Ctrl+Shift+I to format the document. If it does not work, press Ctrl+Shift+P and run the command Insert Spaces between Half/Fullwidths.

By default, spaces are inserted to the whole document. To format a part of the document, highlight that part beforehand.

Installation

Installing from VS Code

This extension is available on the marketplace.

In VS Code, press Ctrl+P and execute ext install insert-spaces.

Building from Source

Run the following commands:

$ git clone https://github.com/wgag/vscode-insert-spaces.git
$ cd vscode-insert-spaces
$ npm install
$ npm run compile
$ cp -r . ~/.vscode/extensions/wgag.insert-spaces-1.x.x

vscode-insert-spaces's People

Contributors

wgag avatar

Stargazers

Allen Guo avatar IcedDog avatar Yjn024 avatar  avatar liangjiancang avatar  avatar Xiance Wu avatar Rikumi avatar

Watchers

James Cloos avatar  avatar

vscode-insert-spaces's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.