-
-
28 May 2017 11:13:08 UTC
- Distribution: Reply-Plugin-Autocomplete-ExportedSymbols
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (1)
- Testers (504 / 0 / 0)
- Kwalitee
Bus factor: 1- 92.96% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (9.58KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Reply::Plugin::Autocomplete::ExportedSymbols - Tab completion for exported symbol names
SYNOPSIS
In your .replyrc
[Autocomplete::ExportedSymbols]
And use reply!
% reply 0> use List::Util qw/ <TAB> all max minstr pairfirst pairmap product sum uniqnum any maxstr none pairgrep pairs reduce sum0 uniqstr first min notall pairkeys pairvalues shuffle uniq unpairs 0> use List::Util qw/ pair<TAB> pairfirst pairgrep pairkeys pairmap pairs pairvalues
DESCRIPTION
Reply::Plugin::Autocomplete::ExportedSymbols is a plugin for Reply. It provides a tab completion for exported symbols names from Exporter's
@EXPORT
,@EXPORT_OK
and%EXPORT_TAGS
.Note that exported variables are not included in completion.
SEE ALSO
LICENSE
Copyright (C) Takumi Akiyama.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Takumi Akiyama <t.akiym@gmail.com>
Module Install Instructions
To install Reply::Plugin::Autocomplete::ExportedSymbols, copy and paste the appropriate command in to your terminal.
cpanm Reply::Plugin::Autocomplete::ExportedSymbols
perl -MCPAN -e shell install Reply::Plugin::Autocomplete::ExportedSymbols
For more information on module installation, please visit the detailed CPAN module installation guide.