<p></p>
<p dir="auto">I have no 3rd party plugin activated. This is pure Geany. :)</p>
<p dir="auto">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.</p>
<p dir="auto">This works for signatures like that:</p>
<div class="highlight highlight-source-python"><pre><span class="pl-k">def</span> <span class="pl-en">parallize_data_frame_job_by_pool</span>(<span class="pl-s1">df</span>, <span class="pl-s1">worker_func</span>, <span class="pl-s1">worker_args</span><span class="pl-c1">=</span><span class="pl-c1">None</span>, <span class="pl-s1">n_cores</span><span class="pl-c1">=</span><span class="pl-c1">None</span>):
   <span class="pl-k">pass</span></pre></div>
<p dir="auto">But not for that:</p>
<div class="highlight highlight-source-python"><pre><span class="pl-k">def</span> <span class="pl-en">parallize_data_frame_job_by_pool</span>(<span class="pl-s1">df</span>,
                                     <span class="pl-s1">worker_func</span>,
                                     <span class="pl-s1">worker_args</span><span class="pl-c1">=</span><span class="pl-c1">None</span>, <span class="pl-c"># tuple(),</span>
                                     <span class="pl-s1">n_cores</span><span class="pl-c1">=</span><span class="pl-c1">None</span>):</pre></div>
<p dir="auto">In the last case Geany only shows me <code>parallize_data_frame_job_by_pool(df</code>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/3131">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ5PA4BFGPUZONO5YYLU4TW2JANCNFSM5PERYCUA">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAIOWJ4BQVMBOI5WVINJSFLU4TW2JA5CNFSM5PERYCUKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4RDP4G4A.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><geany/geany/issues/3131</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/3131",
"url": "https://github.com/geany/geany/issues/3131",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>