q-intellij-plugin icon indicating copy to clipboard operation
q-intellij-plugin copied to clipboard

Exclude private/internal functions defined in a different file from auto-complete suggestions

Open YuriyYatsyk opened this issue 5 years ago • 4 comments

@a2ndrade - feature request. Currently autocomplete suggests matches from the entire project, including the ones flagged as private/internal. I think it would make sense to only include private/internal suggestions from the current file.

YuriyYatsyk avatar Nov 12 '19 03:11 YuriyYatsyk

Do you think this is generally applicable? Since there is no internal function concept in q, it's really just a convention that may not be widely followed. Maybe we could add an additional checkbox (next to where the pattern for internal functions is defined) to control this behavior. What are your thoughts?

a2ndrade avatar Nov 14 '19 17:11 a2ndrade

Sure, makes sense

On Nov 14, 2019, at 12:57 PM, Antonio Andrade [email protected] wrote:

Do you think this is generally applicable? Since there is no internal function concept in q, it's really just a convention that may not be widely followed. Maybe we could add an additional checkbox (next to where the pattern for internal functions is defined) to control this behavior. What are your thoughts?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

YuriyYatsyk avatar Nov 14 '19 21:11 YuriyYatsyk

I think 99% of users use .i. as private. QPad for example shows such functions as private.

wibotwi avatar May 19 '20 21:05 wibotwi

99% of the users is a bit of a bold claim :)

On Tue, May 19, 2020 at 5:10 PM Wi [email protected] wrote:

I think 99% of users use .i. as private. QPad for example shows such functions as private.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/a2ndrade/q-intellij-plugin/issues/50#issuecomment-631084401, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKQHPENYIWUR4DDXGAUWUOTRSLYVVANCNFSM4JL52UKA .

YuriyYatsyk avatar May 19 '20 21:05 YuriyYatsyk