All Projects → Yukaii → map-replace.js

Yukaii / map-replace.js

Licence: MIT license
a VSCode extension that replace selected string with custom JavaScript function.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to map-replace.js

FunFilter
Freely painted area, the software will automatically add filter on its.
Stars: ✭ 15 (-40%)
Mutual labels:  fun
neocortex
🧠Neocortex is a tool to connect your cognitive service (e.g. DialogFlow) 🤖 with your communication channels (like facebook) 📞to create amazing bots
Stars: ✭ 24 (-4%)
Mutual labels:  fun
Discord-Study-Bot
Discord-Study-Bot is a Study-Time-based leaderboard system in discord servers. This features an Overall leaderboard and leaderboards based on a Daily, Weekly, and Monthly basis.
Stars: ✭ 20 (-20%)
Mutual labels:  fun
kaggle-berlin
Material of the Kaggle Berlin meetup group!
Stars: ✭ 36 (+44%)
Mutual labels:  fun
iupa2
Funcoding project - IUPA2 stands for 'InterfacceUtentePerArtistiASCII' aka 'User Interfaces for ASCII Artists'
Stars: ✭ 29 (+16%)
Mutual labels:  fun
L4D2-Plugins
L4D2 Competitive enhancement, bug/glitch fixes, general purpose and freaky-fun plugins.
Stars: ✭ 64 (+156%)
Mutual labels:  fun
rTerm
Fake UNIX terminal for personal pages
Stars: ✭ 19 (-24%)
Mutual labels:  fun
atom-play-piano
In atom, piano notes are played as you code... amazing !
Stars: ✭ 29 (+16%)
Mutual labels:  fun
Foxy
🦊 A very, very cute, multipurpose, multilingual bot for Discord! Making your server cuter -w-
Stars: ✭ 58 (+132%)
Mutual labels:  fun
zuly
🤖 | Hi, I'm zuly, a brazilian bot! Focused on animes!
Stars: ✭ 45 (+80%)
Mutual labels:  fun
beauthub
Github is Beautiful Again! 😍
Stars: ✭ 28 (+12%)
Mutual labels:  fun
dark-mode-example
Simple and fun dark-mode detection. JavaScript with a user mode toggle.
Stars: ✭ 27 (+8%)
Mutual labels:  fun
give-me-money
💰 I'm so cute. Please give me money. 我很可爱,请给我钱。
Stars: ✭ 54 (+116%)
Mutual labels:  fun
PowerMode
The Power Mode extension for Visual Studio.
Stars: ✭ 96 (+284%)
Mutual labels:  fun
birthday.py
🎉 A simple discord bot in discord.py that helps you understand the usage of SQL databases
Stars: ✭ 30 (+20%)
Mutual labels:  fun
NetMauMau
Server for the popular card game Mau Mau (similar to UNO®)
Stars: ✭ 16 (-36%)
Mutual labels:  fun
esmBot-legacy
Discord bot with mostly entertainment functions (legacy version)
Stars: ✭ 16 (-36%)
Mutual labels:  fun
FunVideo
A series of embeddable theme into video, include animation and voice.
Stars: ✭ 19 (-24%)
Mutual labels:  fun
recaptcha-unpaid-labor
Make ReCaptcha's "I'm not a robot" text more accurate
Stars: ✭ 15 (-40%)
Mutual labels:  fun
MBOX
Check your Gmail on linux via TERMINAL!
Stars: ✭ 13 (-48%)
Mutual labels:  fun

map-replace.js for VSCode

Replace selected string with custom JavaScript function.

Visual Studio Marketplace VS Installs VS Rating

Features

gif

Examples

const things = [
  'Thing',
  'Thing',
  'Thing',
  'Thing',
  'Thing',
  'Thing',
  'Thing',
]

Make selections on all Thing strings, call the command and enter custom transform function:

(value, index) => `${value} #${index}`

Then generates:

const things = [
  'Thing #0',
  'Thing #1',
  'Thing #2',
  'Thing #3',
  'Thing #4',
  'Thing #5',
  'Thing #6',
]

Credits

Idea from @zetavg

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].