PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, May 14, 2022

[FIXED] How to configure Rider F# for ubuntu with autocomplete?

 May 14, 2022     f#, jetbrains-rider, rider, ubuntu     No comments   

Issue

I'm trying to get Intellisense for F# on Ubuntu (20.04) using Rider IDE. Intellisense works for C# but not F#, I have tried dotnet 5 and 6 via snap and mono for 4.8.x but neither of them seem to be giving me intellisense suggestions.

F# interactive is also not available in Rider. It is available in the terminal though.

Any ideas on how I can get a better F# experience on ubuntu?

Rider linux not showing types.

Figure shows syntax highlighting but no autocomplete

Rider windows showing types.

Rider windows


Solution

Suspect you are running into a known issue with Snap and FSAC: https://github.com/fsharp/FsAutoComplete/issues/654

Try installing .Net 6 manually and see if it solves your issue.



Answered By - tranquillity
Answer Checked By - Mildred Charles (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing