[Github-comments] [geany/geany] Following lines of multiline function signatures ignored in doc-help (Issue #3131)

Codeberg-AsGithubAlternative-buhtz notifications at xxxxx
Wed Feb 23 14:41:40 UTC 2022


I have no 3rd party plugin activated. This is pure Geany. :)

But it is great that Geany does recognise the signatures of Python functions and methods while typing them somewhere. Geany then shows me the signature (all parameters) in an extra small window beside the cursor. Sorry I missed the correct term for that.

This works for signatures like that:
```Python
def parallize_data_frame_job_by_pool(df, worker_func, worker_args=None, n_cores=None):
   pass
```

But not for that:
```Python
def parallize_data_frame_job_by_pool(df,
                                     worker_func,
                                     worker_args=None, # tuple(),
                                     n_cores=None):
```

In the last case Geany only shows me `parallize_data_frame_job_by_pool(df`.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3131
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/3131 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220223/0ec19286/attachment.htm>


More information about the Github-comments mailing list