summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2023-10-22 15:30:11 -0400
committerbscan <10503608+bscan@users.noreply.github.com>2023-10-22 15:30:11 -0400
commit743a457140da7b39adfca0a49df36f1211d00a12 (patch)
treed18226b3785d501f0e4087d617b7033a50457a25 /README.md
parent9b87dada5a084fb6b1f010e1ddb165874bbb26b8 (diff)
downloadPerlNavigator-743a457140da7b39adfca0a49df36f1211d00a12.zip
Bumping version
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index bc3d2a5..7e27588 100644
--- a/README.md
+++ b/README.md
@@ -12,11 +12,13 @@ Install the vscode extension from here: https://marketplace.visualstudio.com/ite
## Currently Implemented Features:
* Syntax Checking
* Perl Critic static code analysis/suggestions
-* Smart context-aware autocompletion and navigation
+* Documentation on hover and autocomplete
+* Subroutine signatures
* Code Navigation ("Go To Definition") anywhere, including to installed modules and compile-time dependencies
* Code formatting via Perl::Tidy
* Imports cleanup via perlimports
* Outline view
+* Smart context-aware autocompletion and navigation
* Hover for more details about objects, subs, and modules
* Syntax highlighting for Object::Pad, Moose, Zydeco, Dancer2, etc.
* Support for Classes including Moo/Moose style classes