Minor suggestion:
import tango.text.Regex;
int main()
{
// tango.text.Regex.
return 0;
}When i type "tango.text.Regex", then '.', Descent should list only elements inside module/namespace tango.text.Regex.
Thanks.
Minor suggestion:
import tango.text.Regex;
int main()
{
// tango.text.Regex.
return 0;
}When i type "tango.text.Regex", then '.', Descent should list only elements inside module/namespace tango.text.Regex.
Thanks.