<p>let me make c++ project with 2 example files to  explain:<br>
test.hpp:  define a class named Test with public method named test_func(parms...)<br>
test.cpp:  impelement method  Test::test_func(parms...)</p>
<p>in test.cpp write the main fucntion as:<br>
int main(int argc, char** argv)<br>
{<br>
Test t1;   Test *t2<br>
t1.<br>
t2-><br>
}</p>
<p>symbols view will show up the member test_func, ctrl+left-click will jump to the hpp definition, that's fine, and it means geany already collect enough symbols/tags.</p>
<p>i wish when i typing "t1." or "t2->" autocomplete will show up the member symbol "test_func(parms...)" no need to type "t1.test" or "t2->test", this feature is very common for c++ ide editors(qtcreator, kdevelop, codeblocks), right?</p>
<p>for java project, for example 2 class files: classA.java, classB.java<br>
in classB.java import classA and write the main function with:<br>
classA test;<br>
test.</p>
<p>when typing "test." autocomplete will show up "classA members", no need to type "test.xxxx".<br>
but autocomplete show up "members" is just "sometimes" not worked for all class, i am still testing.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/1824#issuecomment-380501929">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ6eavdz4WdQ0nKYQsY2A_nk36Gkdks5tniYxgaJpZM4TPvr6">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABDrJ-3ByLme3o901D4bD-ukSLIOKxIYks5tniYxgaJpZM4TPvr6.gif" height="1" width="1" alt="" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/issues/1824#issuecomment-380501929"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany","title":"geany/geany","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"PERSON","message":"@andysendo in #1824: let me make c++ project with 2 example files to  explain:\r\ntest.hpp:  define a class named Test with public method named test_func(parms...)\r\ntest.cpp:  impelement method  Test::test_func(parms...)\r\n\r\nin test.cpp write the main fucntion as:\r\nint main(int argc, char** argv)\r\n{\r\n    Test t1;   Test *t2\r\n    t1.\r\n    t2-\u003e\r\n}\r\n\r\nsymbols view will show up the member test_func, ctrl+left-click will jump to the hpp definition, that's fine, and it means geany already collect enough symbols/tags.\r\n\r\ni wish when i typing \"t1.\" or \"t2-\u003e\" autocomplete will show up the member symbol \"test_func(parms...)\" no need to type \"t1.test\" or \"t2-\u003etest\", this feature is very common for c++ ide editors(qtcreator, kdevelop, codeblocks), right?\r\n\r\nfor java project, for example 2 class files: classA.java, classB.java\r\nin classB.java import classA and write the main function with: \r\n    classA test;\r\n    test.\r\n\r\nwhen typing \"test.\" autocomplete will show up \"classA members\", no need to type \"test.xxxx\".\r\nbut autocomplete show up \"members\" is just \"sometimes\" not worked for all class, i am still testing.\r\n"}],"action":{"name":"View Issue","url":"https://github.com/geany/geany/issues/1824#issuecomment-380501929"}}}</script>