I think it is not the from but importing a custom script that causes it
edit: just tested it in rhino 5 and same issue
so to work around: run the script once and you get your intelliSense back
I wrote the intellisense system that the current editor uses and there are many ways to break it. You found one. I believe I even called it intelliclunk in the UI.
to be honest, before I started doing that I really didnāt find reason to split my projects in multiple files. But as it turns out the same method can be used in many projects and I naturally started splitting them all .
Not with the current system. Alain is investigating a completely new architecture for providing autocomplete in the future. Still just in the investigation stage though
Thatās not gonna happen since, like I said, I only have a couple of methods in each file and I hate using import * in cases when the file is not created by me.