Atikin Perl Snippets
Perl Snippets to make the life easy develop by : Atikin Verse.
Snippets
This is simple code snippet extension for Perl projects.
Below is the List of few Triggers that will generate boilerplate Codes.
Triggers |
Content |
print |
Perl print statement |
scalar |
Declare a scalar variable |
array |
Declare an array |
hash |
Declare a hash |
for |
For loop |
while |
While loop |
if |
If statement |
sub |
Define a subroutine |
regexm |
Regular expression match |
regexs |
Regular expression substitute |
FOLLOW US ON:
Join our social media for exciting updates, news, and insights! Follow us on :
ACCOUNTS |
USERNAME |
FACEBOOK |
atikinverse |
INSTAGRAM |
atikinverse |
LINKEDIN |
atikinverse |
TWITTER (X) |
atikinverse |
THREADS |
atikinverse |
PINTREST |
atikinverse |
QUORA |
atikinverse |
REDDIT |
atikinverse |
TUMBLR |
atikinverse |
GITHUB |
atikinverse |
Features
For your Visual Studio Code extension for Perl snippets, here are some key features:
- Common Perl syntax snippets
- Regular expressions
- File handling
- Subroutines
- Hashes, arrays, scalars
- CPAN module integration
- Perl testing
- Customizable shortcuts
- Code completion
Requirements
Perl Snippets VS Code Extension Requirements:
- Syntax highlighting
- Common Perl snippets (loops, conditionals, regex, file I/O)
- Customizable snippets
- Integration with Perl Linting/formatting tools
- Snippet autocomplete
Enjoy!
| |