Using the viewer, is there a way to parse a file (say a .go file) as a file type (in the previous case, say txt) for viewing?
Just not finding anything on it…...LoadOptions textLoadOptions = new LoadOptions(FileType.TXT); using...using (Viewer viewer = new Viewer("main.go", textLoadOptions)...