chandrapatel / vscode-php-unserialize

PHP Unserialize VSCode Extension to unserialize serialized data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Unserialize VSCode Extension

This extension provides PHP Unserialize command to unserialize serialized data.

As developer I used to use online tool or run PHP code to unserialize data. So I thought that developing VSCode extension would be helpful.

Important Notes:

  • This extension is not released on VSCode Marketplace.
  • php command need to available in PATH.

Installation

  • Clone this repo to $HOME/.vscode/extensions/ folder.
  • Open or reload VSCode and this extension will be available to use.
  • Refer Installing Extensions article.

Usage

  • Add serialized data in editor and select it.
  • Open Command Palette and type PHP Unserialize and execute command.

About

PHP Unserialize VSCode Extension to unserialize serialized data.


Languages

Language:TypeScript 100.0%