Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurusugawa-computer/copy-comment-vscode
https://github.com/kurusugawa-computer/copy-comment-vscode
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kurusugawa-computer/copy-comment-vscode
- Owner: kurusugawa-computer
- Created: 2024-04-24T01:50:35.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-06-06T03:32:58.000Z (7 months ago)
- Last Synced: 2024-09-16T08:25:30.184Z (4 months ago)
- Language: TypeScript
- Size: 300 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Copy comment without comment symbols for Visual Studio Code
## 🌟 Feature
The `copy-comment-vscode` extension enables you to copy text from code comments without including comment symbols (e.g., //, /\*, #).
When working with vscode, you might encounter long comments written in a certain language. Often, to translate these comments using services like Google Translate, you need to copy and paste the text. However, the copied content contains comment symbols like `/*`, `//` and `#`. They can interfere with the translation process. This extension addresses this issue by allowing you to copy comments free of any comment symbols.
While there are other comment translation extensions available, they risk exposing sensitive code to external services. `copy-comment-vscode` provides a safer alternative by only copying the comment text.
## 📝 Usage
1. Select the text in your code that you want to translate.
2. Right-click and choose "Copy without comment symbols" from the context menu.
3. The text will be copied to your clipboard without any comment symbols, ready for use.https://github.com/kurusugawa-computer/copy-comment-vscode/assets/67464161/ae39d0e7-ffc5-4288-8cdf-974cfc9b2946