Hope this does not come out stupid, but it would be cool to get the types also to show if the current file does not compile. E.g. if I am developing a new function and quickly want to check the type of a function I wrote earlier to see if I can re-use it or refactor it to re-use it, it would be cool if I did not have to comment a whole lot of stuff out in order for the file to compile first.
Yes, this would be awesome. I'm not sure what the best way to implement it is. But the improvement would be done in the https://github.com/bitc/hdevtools project, feel free to repoen this issue over there
Hey,
Hope this does not come out stupid, but it would be cool to get the types also to show if the current file does not compile. E.g. if I am developing a new function and quickly want to check the type of a function I wrote earlier to see if I can re-use it or refactor it to re-use it, it would be cool if I did not have to comment a whole lot of stuff out in order for the file to compile first.