SkidanovAlex / CtrlK

MIT License
17 stars 1 forks source link

Go to definition / find refs only works if function call matches function interface #14

Open SkidanovAlex opened 10 years ago

SkidanovAlex commented 10 years ago

If the user haven't finished writing the function invocation, or if function interface have changed, neither go to definition, nor find references will work. This also means that if one changes function interface, and wants to find all the references to change how the function is called, he won't be able to do so.