How to disable automatic openings in Rider for F#
How to disable Rider to automatically add open statements for F#. Tried everything, looked everywhere, but open statement keeps popping up automatically. Extremely annoying and causing unexpected bugs.
Please sign in to leave a comment.
Hi!
You can disable it in File | Settings | Languages & Frameworks | F# => Imports. Uncheck the Add ‘open’ declarations to top level module or namespace setting there.