Jumping to #load file should consider preceding #load(s)
If my file contains multiple loads
load "filea.cs"
load "fileb.cs"
Then, if I jump to fileb.cs, then types from filea.cs should be available when viewing fileb.cs.
This without adding #load statements to fileb.cs, of course. The viewing of fileb.cs should somehow be in context of myquery.linq.
Allowing strongly typed intellisense edits and F5 still running the main method from myquery.linq.
1
vote
Tormod Steinsholt
shared this idea