We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9df42e + c52277b commit 469039eCopy full SHA for 469039e
welcome-to-sourcery.py
@@ -1,8 +1,12 @@
1
2
# Welcome to Sourcery!
3
4
-# We're here to help you write cleaner, more Pythonic code.
5
-# You should start to notice parts of your code being underlined.
+# To get started log into your Sourcery account.
+# Open the command palette (Ctrl/Cmd+Shift+P) and execute `Sourcery: login`.
6
+
7
+# We're here to help you write cleaner, clearer code.
8
+# When you log in to Sourcery you'll start to see parts
9
+# of your code like this start to get underlined.
10
# This means Sourcery has a suggestion.
11
12
def refactoring_example(spellbook):
0 commit comments