Quick question for anybody on the core team.
What source code directory controls the reflection of errors and ability to inspect code
when you are inside an IDE like visual studio code?
no golang has an extension inside visual studio code, but it must get its content and intelligence from the compiler and other support utlities.
What drives the content of the developer assist popups like function/parameter/return inspection while you are editing code?
gofmt will cause code to re-format according to industry accepted patterns. does it also drive the display of developer inspection popups?