Replies: 1 comment
-
The difficulty with this feature is that Fable don't always generate the files alongside the source files. Indeed, when using Fable user can specify an output directory. And I am not sure there is an elegant way of detecting these files. Should we cover only the case where we detect |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, when using Rescript in VScode, the Rescript VSCode extension has a neat feature where you can click a button and it will show you the Javascript file that was generated for the Rescript file you have open. I think this would be a good feature to have in the Ionide extension too, as when using F# with Fable, you often want to check the output is right.
Screenshots of how it looks in Rescript extension:
![2023-05-30_16-13](https://private-user-images.githubusercontent.com/6868833/241865052-2bce5d36-e1c2-46c2-b8d9-e7a85507569a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjc2MTIsIm5iZiI6MTczOTM2NzMxMiwicGF0aCI6Ii82ODY4ODMzLzI0MTg2NTA1Mi0yYmNlNWQzNi1lMWMyLTQ2YzItYjhkOS1lN2E4NTUwNzU2OWEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMTMzNTEyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YmZhNWE4YjkwMTM4YWRmMjg1NjFlM2I4MmU3OWEwZTY0NzYwZDQ2NzMyMTExOTFhYTYyN2VmZmI4M2IzMjM1YSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.GFFsYbd4asV6mu5xaGKpL9QpMuPVeepoEgw3XBbRXc4)
Before clicked on button:
After clicked on button:
![2023-05-30_16-14](https://private-user-images.githubusercontent.com/6868833/241865084-0cecc71c-5315-435e-bdc8-cc93365b3bc5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjc2MTIsIm5iZiI6MTczOTM2NzMxMiwicGF0aCI6Ii82ODY4ODMzLzI0MTg2NTA4NC0wY2VjYzcxYy01MzE1LTQzNWUtYmRjOC1jYzkzMzY1YjNiYzUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMTMzNTEyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MjkzMDMzZGIwOTE2NzA1Y2NmOGYzMjAyNzM2NzgzZTBjYmY3MDA0ZTMxYmIyYmRhODJkZjI5NzQwOGIwM2MwOCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ._IozBpuwKr_ttErao5DNsIG7rIrLCWQBjBHwEyehGEo)
Beta Was this translation helpful? Give feedback.
All reactions