Open core-ai-bot opened 3 years ago
Comment by dloverin Wednesday Apr 24, 2013 at 15:34 GMT
Sorting them to the bottom is probably ok but I wouldn't want to filter them out. Other developers may allow functions with "_" to be used.
Comment by peterflynn Wednesday Apr 24, 2013 at 18:02 GMT
And certainly if you type an "_" prefix they should bubble to the top.
Comment by njx Thursday May 02, 2013 at 20:35 GMT
Reviewed. To@
dangoor, nominating for sprint 25--Kevin, please work with the LCVM folks as needed.
Issue by dangoor Wednesday Apr 24, 2013 at 14:35 GMT Originally opened as https://github.com/adobe/brackets/issues/3589
If you've got the Brackets source open and you write the following code (with the cursor where the "|" is):
The completions that you get all begin with "_" and are, by convention, private.
I'm thinking that we should either sort them to the bottom or filter them out entirely. My inclination is sort them to the bottom, but I wanted to see what others think.