Is there a way to update intellisense without rebuilding the project?
F # Visual Studio 2013
For example, if you add a new feature to another file, you need to rebuild the project for this new feature to appear in intellisense.
+3
ais
source
to share
1 answer
If both files are in the same project, all you have to do is save the file. If it's in another project then you need to rebuild.
+1
Tarmil
source
to share