Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

F# Intellisense in Visual Studio for Mac

Tags:

Autocomplete and intellisense is TERRIBLE for visual studio for mac. It will literally autocomplete random objects in the middle of strings and will not work at all when in the middle of a function that doesn't have a valid return value yet (in for or let statements). I had to turn it off because it's way worse than being useless. Anyone have any tips on how to fix this or should I change IDE's? Or is this a problem unique to myself. For reference I am in a script file.

like image 321
Zachscs Avatar asked Aug 07 '17 00:08

Zachscs


1 Answers

I would highly recommend Visual Studio Code with Ionide extension installed.

like image 149
JosephStevens Avatar answered Oct 11 '22 14:10

JosephStevens