Skip to content

yhvicey/vscode-sed

Repository files navigation

Sed

Invoke sed for your current document inside vscode.

Usage

Press F1, enter sed: and choose Sed: Execute, enter your sed command and hit enter. Result will be shown in a new editor.

Usage

Build

Build Publish
Build status Build status

Prerequisite

How to build

# Download sed.exe for win32
PS> ./tools/Get-Win32Sed.ps1

# Download packages
PS> yarn
#PS> npm install --save-dev # Or use npm

# Compile package
PS> yarn run compile
#PS> npm run compile

# Create package
PS> yarn run package #-o <package path>
#PS> npm run package #-- -o <package path>

# Publish package
PS> yarn run release --packagePath <package path> --pat <VSTS PAT>
#PS> npm run release -- --packagePath <package path> --pat <VSTS PAT>

TODO

  • Add history support
  • Add shortcut in context menu
  • Save favorite commands
  • Customize commands showing in the context menu

About

Sed in Visual Studio Code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published