question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to make multiline "Func desc"?

See original GitHub issue

image Пробую для Python Jedi автокомплита показать “Func desc” добавил в код +"\t"+c.docstring() по примеру из вики 'func|Func1|(param1, param2)'#9'Func desc' + #13 + 'var|Var1' + #13 + 'var|Var2' но столкнулся с двумя проблемами:

  1. Как можно сделать “Func desc” многострочным?
  2. Как сделать чтобы его было видно ТОЛЬКО в боковой панельке (сейчас он и в автокомплит попадает тоже)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:20 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
kvichanscommented, Aug 22, 2020

Ааа Видимо я все-таки зря не пользуюсь дополнениями

0reactions
kvichanscommented, Aug 22, 2020

О как! Пи3.8 давно уже у меня стоит. Попробую.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Multi-line description of a parameter description in python ...
Just make sure, there is the empty line above the first :param ... . Otherwise it will look like there is an indentation...
Read more >
Multiline String in Python with Examples - TechBeamers
This tutorial explains different ways to create a Python multiline string such as using triple quotes, brackets, backslash, and string join().
Read more >
/* */ (multiline comment) / Reference / Processing.org
Description. Explanatory notes embedded within the code. Comments are used to remind yourself and to inform others about the function of your program....
Read more >
Multiline comments in Python - GeeksforGeeks
Consecutive single-line comment ... Hash character(#) is used to comment the line in the Python program. Comments does not have to be text...
Read more >
Documenting functions
The description is a sentence so should start with a capital letter and end with a full stop. It can span multiple lines...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found