Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>HashtagifyNew to Visual Studio Code? Get it now.
Hashtagify

Hashtagify

Geeksta

|
6 installs
| (0) | Free
VS Code extension to turn word list into sequence of hashtags
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Hashtagify VS Code Extension

Adds a command that turns the selected text into a sequence of hashtags, for example:

  • word one, word two, word three -> #WordOne #WordTwo #WordThree
  • one two three -> #One #Two #Three

Demo

demo

Features

  • Convert selected text into hashtags.
  • Supports multiple words and phrases.
  • Easy to use with the command palette.

Usage

  1. Select a string of words (e.g., geo map, urban art).
  2. Press Ctrl + Shift + P (or Cmd + Shift + P on Mac) to open the command palette.
  3. Run the command by searching for Hashtagify Word List.
  4. The selected text should transform into hashtags (e.g., #GeoMap #UrbanArt).

Development

Prerequisites

  • Node.js
  • Visual Studio Code

Setup

  1. Clone the repository.
  2. Run npm install to install dependencies.
  3. Open the project in Visual Studio Code.

Test and Publish

  1. Press F5 in VS Code to run the extension in a new Extension Development Host window.
  2. Open a file in the new development environment and follow the steps in usage to test.
  3. Package the extension into a .vsix file: vsce package
  4. Upload to https://marketplace.visualstudio.com/manage/

License

This project is licensed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft