ahgood / vscode-inline-text

A VS Code extension to remove indent and line break(become one line), and an additional command to make JavaScript code as a bookmarklet(add bookmarklet warpper).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inline Text and Convert to Bookmarklet

A VS Code extension to remove indent and line break(change to one line), and an additional command to create bookmarklet from JavaScript code(inline text and add bookmarklet wrapper).

Features

  1. Inline Text - Remove all indent and line break

  2. Inline Text and Create Bookmarklet - Inline text and add bookmarklet wapper(javascript:(()=>/*JS code in one line*/)())

Installation

https://marketplace.visualstudio.com/items?itemName=ahgood.vscode-inline-text-and-create-bookmarklet

Usage

Linux/Windows: Ctrl + Shift + p -> Type Inline Text

macOS: command + shift + p -> Type Inline Text

Screenshot

Credit

  • Developed on VS Code and Raspberry Pi 400

  • Photopea and Figma for icon and screenshot editing

About

A VS Code extension to remove indent and line break(become one line), and an additional command to make JavaScript code as a bookmarklet(add bookmarklet warpper).

License:MIT License


Languages

Language:JavaScript 100.0%