djalmaaraujo / vscode-escape-entities

Escape HTML Entities for react to be compatible with eslint-plugin-react/no-unescaped-entities.

Home Page:https://marketplace.visualstudio.com/items?itemName=djalmaaraujo.vscode-escape-entities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VS Code Escape Entities

Escape HTML Entities for react to be compatible with eslint-plugin-react/no-unescaped-entities.

Features

image

Promp the command pallet and type Escape Entities with a text selected. It should replace with the correct unicode char.

Extension Settings

No settings for now

Known Issues

  • Some special chars, like emojis won't be replace with the correct number. Right now the code is very generic, there's no BIG list of unicode chars.

Release Notes

Users appreciate release notes as you update your extension.

0.0.1

  • Initial release.

About

Escape HTML Entities for react to be compatible with eslint-plugin-react/no-unescaped-entities.

https://marketplace.visualstudio.com/items?itemName=djalmaaraujo.vscode-escape-entities

License:MIT License


Languages

Language:JavaScript 100.0%