This is a real issue but I don't think that aping the syntax of a very different paradigm is the right solution.
On Wednesday, October 7, 2015, <jonathan.bie...@alumni.epfl.ch> wrote: > I think the auto-completion is a bit of an issue, it makes Julia functions > not easily discoverable. In other language when you have a string you can > just type dot and tab and see all the methods that you can apply to your > string, so you almost never need to go to the doc. > > Something similar should be possible to implement in Julia with > methodswith but I'm not sure any IDE support that yet. methodswith might > also be too slow for that purpose. >