Hacker News new | ask | show | jobs
by adgasf 2347 days ago
Most of the F# community seems to be using Ionide on VS Code. This works very well, but if Visual Studio is your preferred editor this can be annoying.
1 comments

IDE support is much more than just editing text.

For example, try to generate EF 6 Database First code for F#, or use Blend alongside Visual Studio with F#.

Ionide gives you IDE features like type annotations and auto-complete.
Completely ignored my use cases.
I was responding to:

> IDE support is much more than just editing text.

In case anyone reading this thread comes away thinking that VS Code + Ionide is only a text editor.