ionide-vscode-fsharp icon indicating copy to clipboard operation
ionide-vscode-fsharp copied to clipboard

Wrong autocomplete when create record type

Open vietnt opened this issue 3 years ago • 3 comments

Steps to reproduce

type RecordX = {
     in(put)   :  int 
     //<-- auto complete for type trigger here 
     // but no suggestion after ":" 
}

Expected behaviour

Autocomplete for type should trigger after ":"

Screenshots

image image

Machine info

  • OS: Windows
  • .NET SDK version: 5.0.100
  • Ionide version: 5.5.5

vietnt avatar May 20 '21 13:05 vietnt

Hey @vietnt :wave:,

Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our OpenCollective and consider backing us.

https://opencollective.com/ionide

PS.: We offer backer support for all backers. Don't forget to add backer label when you start backing us :smile:

In the meantime, you can manually invoke autocomplete with CTRL/CMD + Space.

baronfel avatar Nov 20 '21 20:11 baronfel

I think this issue can be closed

https://user-images.githubusercontent.com/4760796/185082310-fee70d54-bf31-47d2-bc69-2dc86d2e03fc.mp4

MangelMaxime avatar Aug 17 '22 09:08 MangelMaxime