Adjust docstring
This commit is contained in:
parent
55e30a9592
commit
a867c23be1
@ -1,3 +1,4 @@
|
||||
description: Automatically add docstrings. Select a function or method and execute this command to generate docstring.
|
||||
help: README.md
|
||||
steps:
|
||||
- run: $devchat_python $command_path/main.py
|
||||
|
@ -2,10 +2,10 @@ import os
|
||||
import re
|
||||
import sys
|
||||
|
||||
from devchat.ide.service import IDEService
|
||||
from devchat.ide.vscode_services import selected_lines, visible_lines
|
||||
from devchat.llm import chat
|
||||
|
||||
from lib.ide_service import IDEService
|
||||
|
||||
|
||||
def get_selected_code():
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user