why in monodevelop use ctrl+' to get api reference so slow...and why can't not use local api reference?
how to get unity api reference form local file like UniSciTE press F1???
why in monodevelop use ctrl+' to get api reference so slow...and why can't not use local api reference?
how to get unity api reference form local file like UniSciTE press F1???
MonoDevelop will use the local API reference when it finds an exact match for the search term. However, when performing an actual search, it uses the web interface (mainly because OSX's "open" won't pass through a search string with a uri...).