Skip to content

animesh/vscode-selected-character-count

 
 

Repository files navigation

count-character

https://marketplace.visualstudio.com/items?itemName=fuzzylife.character

Features

Count Specific Character(s) in Selected Text

Requirements

npx --package yo --package generator-code -- yo code #git clone https://github.com/animesh/vscode-selected-character-count
cd vscode-selected-character-count 
npm run compile

Extension Settings / Usage

ctr-shift-P / >count

Known Issues

so far counts occurence of characer ">" representing number of sequences in open Fasta file format

Create/contribution steps

https://code.visualstudio.com/api/working-with-extensions/publishing-extension

npm install -g @vscode/vsce
cd vscode-selected-character-count
vsce package
vsce login fuzzylife #token https://fuzzylife.visualstudio.com/_usersSettings/tokens
vsce publish 

About

created to count number of sequences in fasta file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 92.1%
  • JavaScript 7.9%