Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utgwkk/vscode-perl-rename-symbol
https://github.com/utgwkk/vscode-perl-rename-symbol
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/utgwkk/vscode-perl-rename-symbol
- Owner: utgwkk
- License: mit
- Created: 2020-02-21T00:14:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T23:11:42.000Z (over 1 year ago)
- Last Synced: 2024-10-08T00:40:57.690Z (about 1 month ago)
- Language: TypeScript
- Size: 314 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# perl-rename-symbol README
Provides `Rename Symbol` for Perl, with [App::PRT](https://metacpan.org/pod/App::PRT) and [App::EditorTools](https://metacpan.org/pod/App::EditorTools).
## Features
### Rename subroutine name
[![Demo of Rename subroutine name](https://i.gyazo.com/b39a47bc5ef97833970e9ed1715c6380.gif)](https://gyazo.com/b39a47bc5ef97833970e9ed1715c6380)
### Rename variable name
[![Demo of Rename variable name](https://i.gyazo.com/c9dbf20958719dac7bc1f0a4eced7516.gif)](https://gyazo.com/c9dbf20958719dac7bc1f0a4eced7516)
## Requirements
- Perl
- App::PRT
- App::EditorTools## Extension Settings
### `perl-rename-symbol.pathOfAppPRT`
The path of App::PRT, default is `prt`.
### `perl-rename-symbol.pathOfAppEditorTools`
The path of App::EditorTools, default is `editortools`.
### `perl-rename-symbol.targetFilePatterns`
The glob pattern matched to Perl files, default is `["**/**.pl", "**/**.pm", "**/**.t"]`.