From 8cc39a3a321f12bc8462ddf07573bc98fe737479 Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Gasull Date: Thu, 22 Oct 2020 06:24:10 +0000 Subject: [PATCH] Update Readme.md Be explicit about how to use `Python: Sort Imports` in coc.nvim It's better to be explicit because some people haven't used Visual Studio before coc.nvim. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f0f3036..9de9d90 100644 --- a/Readme.md +++ b/Readme.md @@ -55,7 +55,7 @@ Except from `test`, `debug` and `datascience` features of [vscode-python](https: - Code navigation ("Go to", "Find all" references) - Code definition (Peek and hover definition, View signatures) - Rename refactoring - - Sorting import statements (use the `Python: Sort Imports` command) + - Sorting import statements (use `:CocCommand python.sortImports`) - Intellisense and autocomplete (including PEP 484 and PEP 526 support) - Ability to include custom module paths (e.g. include paths for libraries like Google App Engine, etc.; use the setting `python.autoComplete.extraPaths = []`) - Code formatting