Since I reinstalled #develop to another machine I experience a quite annoying issue:
When typing method calls etc. for standard-libraries (System.Net.Sockets e.g.) I don't get the full "tool-tips" anymore.
TCPClient foo = new TCPClient(
At this point I still get the "4 overloads available" and can cycle through them
public TCPClient(string hostname, int port) //e.g.
What I am NOT getting is the explainatory text
"creates an new instance of TCP-Client, hostname: the name of the host system, port: the port number"
So far I went through all options, but didn't find anything that seemed related to my issue.
Any idea which option to (un-)tick or what else to do?