summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2022-11-09 20:45:08 -0500
committerbscan <10503608+bscan@users.noreply.github.com>2022-11-09 20:45:08 -0500
commit7404d65cba08e5a87c55e1a542b1ad2a6dd8cf34 (patch)
tree4b6aee38bfb49c4882dfbdb9ca92eca903bc9b30 /README.md
parentec768020b56f0d30797550d8cdf2e707ba892fbd (diff)
downloadPerlNavigator-7404d65cba08e5a87c55e1a542b1ad2a6dd8cf34.zip
Fixes #48
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 55b239a..70f024b 100644
--- a/README.md
+++ b/README.md
@@ -47,8 +47,9 @@ The default severities are reasonable, (primarily used for coloring the squiggly
It is recommended to set `perlnavigator.perltidyProfile` if you would like customized formatting. Otherwise, the default settings will be used. I might create a default profile at some point.
### Perlimports Customization
-Perlimports offers additional diagnostics when imports can be cleaned up. When perlimports is available "Format Document" and "Format Selection" will run perlimports in addition to perltidy.
-Perlimports can be customized with a profile using the `perlnavigator.perlimportsProfile`. The diagnostics (linting) can be toggled with `perlimportsLintEnabled`, and the tidying can be toggled with `perlimportsTidyEnabled`.
+Perlimports offers additional diagnostics when imports can be cleaned up. When perlimports is enabled, "Format Document" and "Format Selection" will run perlimports in addition to perltidy.
+By default, perlimports is not enabled, but the diagnostics (linting) can be enabled with `perlimportsLintEnabled`, and the tidying can be enabled with `perlimportsTidyEnabled`.
+Perlimports can be customized with a profile using the `perlnavigator.perlimportsProfile`.
Due to implementation limitations, perlimports requires a saved version of the file you are working on. If any results are unexpected, save the working file and try again.
## Installation For Other Editors