ijklam

Results 24 issues of ijklam

## Description - Support #16562 for C# style extension methods - When caret is after `=` or ``, show static field or property of the former expr type. These static...

## Description Implement fsharp/fslang-suggestions#445, fsharp/fslang-suggestions#718, fsharp/fslang-suggestions#754 RFC fsharp/fslang-design#770 Fixes # (issue, if applicable) ## Checklist - [ ] Test cases added - [ ] Performance benchmarks added in case of...

### Improve underscores in numeric literals and allow hex, octal, binary custom numeric literals Click “Files changed” → “⋯” → [“View file” for the rendered RFC](https://github.com/fsharp/fslang-design/blob/42d3f8740f4d0724eff9f75befe128986e3d36c9/RFCs/FS-1142-Extended-numeric-literal.md). See also: * [Discussion](https://github.com/fsharp/fslang-design/discussions/769)...

**I propose we** allow writing an infix expression with not the same oprand type (I do not know how to exactly explain it but it is something like this: ```fsharp...

## Description Implements fsharp/fslang-suggestions#966, #18489 RFC [FS-1149-support-CallerArgumentExpression.md](https://github.com/fsharp/fslang-design/blob/main/RFCs/FS-1149-support-CallerArgumentExpression.md), [FS-1332-assert-keyword-enhancement.md](https://github.com/fsharp/fslang-design/blob/main/RFCs/FS-1332-assert-keyword-enhancement.md) ![图片](https://github.com/user-attachments/assets/429248a1-0259-4def-bae7-c994cb5330c4) ## Checklist - [x] Test cases added - [ ] Performance benchmarks added in case of performance changes - [x] Release...

Implement #19 Change to support set multiple locals/languages. This enables the phones which cannot set multiple languages in system settings to do so. Tested on Xiaomi HyperOS 1, android 14...

## Description Disallow abstract member with access modifiers in signature files. ```fsharp // in a .fsi file type A = abstract internal B: int ->int abstract member C: int with...

## Description Imply record label from expressions ![图片](https://github.com/user-attachments/assets/13dac1cb-89a4-4688-bd10-1a77a81139d0) Part of fsharp/fslang-suggestions#653 ## Checklist ### The feature - [ ] RFC - [ ] Test cases added - [ ] Performance...

feat: 添加 `style/comment_on_top`,使得在水平布局时,拼音等注释可以显示在候选字之上。(类似于 Android 同文输入法的效果) 效果如下: ![图片](https://github.com/user-attachments/assets/f1374901-50db-4cc8-a7d4-5190a17ffa78) ![图片](https://github.com/user-attachments/assets/ec7fb4f8-82ca-4cb0-b450-472a2581beb3)

```fsharp vm.add_PropertyChanged(fun _ _ -> ()) ``` This code snippet will produce `FS3261: Nullness warning: The types 'ReactiveUI.ReactiveObject' and 'ReactiveUI.ReactiveObject | null' do not have compatible nullability.` A workaround may...