Questions tagged [ionide]

An Atom Editor and Visual Studio Code package suite for cross platform F# development.

Ionide includes all the necessary features you’d find in a modern IDE - autocomplete, tooltips, document formatting, syntax and error highlighting, and many more.

An Atom Editor and Visual Studio Code package suite for cross platform F# development.

Need Help?

Join the chat

Ask a question, make a suggestion, or just chat with other Ionide users.

69 questions
1
vote
1 answer

Displaying charts using F# Ionide plugin in Visual Studio Code or Atom

I am trying to visualise some data using F# script in Visual Studio Code or Atom (tried them both). There simple examples that show how it works using XPlot Google…
Vagif Abilov
  • 9,835
  • 8
  • 55
  • 100
1
vote
0 answers

Building and running FsCheck.Xunit tests in an F# ionide project

I created a standalone console application using the yo fsharp generator. The github repo concerning this particular question is here: https://github.com/KurtRMueller/PascalsTriangleKata. I'd like to build and run some basic FsCheck.Xunit tests. I'm…
Kurt Mueller
  • 3,173
  • 2
  • 29
  • 50
1
vote
1 answer

(F#, mono for OS X) Errors is happened in visual studio code but send file to fsi successfully (fsi:send file)

I have got errors with the following codes in visual studio code. However, I am able to send the file with command (fsi:send file) and it is executed successfully. It seems I didn't setup the VSC with Ionide properly. Please feel free to…
madeinQuant
  • 1,721
  • 1
  • 18
  • 29
0
votes
0 answers

Ionide Intellisense quick fixes doesn't add code to file - F# Visual Studio Code

When I press CTRL+. for quick fixes or the click the light bulb (show fixes) I get the dialog in the below image. However, when I press enter or click an item in the quick fixes dialog no code is added to my document i.e. nothing happens. Does…
PraiseTheBaud
  • 80
  • 2
  • 6
0
votes
0 answers

No error highlighting for a F# file named test.fsx in VSCode

When I open test.fsx in VSCode, it doesn't show error highlighting. If I change its name to Test.fsx or test1.fsx, it works fine. Does test.fsx have special meaning in F# project? I created F# project file using dotnet new console --language F# and…
qxg
  • 6,955
  • 1
  • 28
  • 36
0
votes
1 answer

F# FSI fsi.AddPrinter: add link to output

I'm using VS Code with the ionide plugin. I would like add Hyperlink to the output of a fsi.AddPrinter function. Something like this Code: fsi.AddPrinter (fun (wi:WorkItem) -> wi.Id |> sprintf "http://server:port/path/%i" |> sprintf…
Peter Siebke
  • 196
  • 1
  • 8
0
votes
0 answers

F#: Path error when trying to run simple F# program on VS Code

I just installed Visual Studio Code on a different laptop and then proceeded to get the Ionide-fsharp extension. I then tried to run this simple piece of code: open System let rec factorial n = if n = 0 then 1 else n * factorial (n -…
vipawahel
  • 43
  • 4
-1
votes
1 answer

When "Ctrl+K, C" to open comment, prevent the unnecessary white-space following slashes?

When using "Ctrl+K, C" to open a comment, how to prevent the unnecessary white-space following slashes? Also when open a new line with Enter continues commenting.
a_a
  • 271
  • 1
  • 8
-1
votes
2 answers

F# .net framework with visual studio code

Is there any site or book explaining how to compile for .net framework, writing F# code in visual studio code?
1 2 3 4
5