forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commitb9d2f3f
Intellisense completion for named parameters
closesdotnet#220commit4c59b11Author: Vladimir Matveev <vladima@microsoft.com>Date: Fri Feb 13 15:42:51 2015 -0800 do not drop error arguments entirely, but ignore them then validating consistency of positional\named argumentscommitc3a6531Author: Vladimir Matveev <vladima@microsoft.com>Date: Wed Feb 11 11:24:52 2015 -0800 added unit tests for completion of named arguments\settable propertiescommit27a2b63Author: Vladimir Matveev <vladima@microsoft.com>Date: Wed Feb 11 11:23:57 2015 -0800 do not abort overload resolution if parameter list contains errorscommit2851370Author: Vladimir Matveev <vladima@microsoft.com>Date: Sat Feb 7 01:11:09 2015 -0800 initial version of completion for named parameters1 parent49b20b0 commitb9d2f3f
File tree
5 files changed
+124
-24
lines changed- src/fsharp
- vs
- vsintegration/src/unittests
5 files changed
+124
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3018 | 3018 | | |
3019 | 3019 | | |
3020 | 3020 | | |
3021 | | - | |
| 3021 | + | |
| 3022 | + | |
3022 | 3023 | | |
3023 | 3024 | | |
3024 | | - | |
3025 | | - | |
| 3025 | + | |
| 3026 | + | |
| 3027 | + | |
| 3028 | + | |
| 3029 | + | |
| 3030 | + | |
3026 | 3031 | | |
3027 | 3032 | | |
3028 | 3033 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
772 | 774 | | |
773 | 775 | | |
774 | 776 | | |
775 | | - | |
| 777 | + | |
776 | 778 | | |
777 | 779 | | |
778 | 780 | | |
| |||
808 | 810 | | |
809 | 811 | | |
810 | 812 | | |
811 | | - | |
| 813 | + | |
812 | 814 | | |
813 | | - | |
| 815 | + | |
814 | 816 | | |
815 | 817 | | |
816 | 818 | | |
| |||
836 | 838 | | |
837 | 839 | | |
838 | 840 | | |
839 | | - | |
840 | | - | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
841 | 845 | | |
842 | 846 | | |
843 | 847 | | |
844 | | - | |
845 | | - | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
846 | 852 | | |
847 | 853 | | |
848 | 854 | | |
849 | 855 | | |
850 | 856 | | |
851 | | - | |
852 | | - | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
853 | 861 | | |
854 | 862 | | |
855 | 863 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
602 | 614 | | |
603 | | - | |
604 | | - | |
605 | | - | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
606 | 636 | | |
607 | | - | |
608 | 637 | | |
609 | 638 | | |
610 | 639 | | |
| |||
645 | 674 | | |
646 | 675 | | |
647 | 676 | | |
648 | | - | |
649 | 677 | | |
650 | 678 | | |
651 | 679 | | |
| |||
946 | 974 | | |
947 | 975 | | |
948 | 976 | | |
949 | | - | |
950 | | - | |
| 977 | + | |
| 978 | + | |
951 | 979 | | |
952 | 980 | | |
953 | 981 | | |
| |||
Lines changed: 59 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
560 | 619 | | |
561 | 620 | | |
562 | 621 | | |
| |||
0 commit comments
Comments
(0)