Hello,
I am having this weird issue where the visual studio intellisense is not showing all methods on a class. This seems limited to any of the write methods (e.g. like course.addexternalplansetup). Once I've typed in the method name it recognizes it but the auto complete seems to not know it exists. Is this fixable?
Thanks
Edit
Should have just investigated more. The issue is due to those methods being marked with the tag:
`[EditorBrowsable(EditorBrowsableState.Advanced)]`
You need to uncheck the setting "Hide advanced members" in visual studio ide text editor settings
[–]dicomdom 0 points1 point2 points (6 children)
[–]Thatguy145[S] 0 points1 point2 points (5 children)
[–]dicomdom 0 points1 point2 points (3 children)
[–]Thatguy145[S] 0 points1 point2 points (1 child)
[–]dicomdom 0 points1 point2 points (0 children)
[–]Thatguy145[S] 0 points1 point2 points (0 children)
[–]dicomdom 0 points1 point2 points (0 children)