Metasyntactic
Metasyntactic
CC#
Created by NoahTraks on 12/21/2024 in #help
[VS22] Brackets auto format
Please file
16 replies
CC#
Created by NoahTraks on 12/21/2024 in #help
[VS22] Brackets auto format
Technically, it's called "whole line completion". But it's a vs feature
16 replies
CC#
Created by NoahTraks on 12/21/2024 in #help
[VS22] Brackets auto format
Copilot is the umbrella term, including the great text you are seeing
16 replies
CC#
Created by NoahTraks on 12/21/2024 in #help
[VS22] Brackets auto format
Then link me to the issue you file, and I can direct to the copilot people
16 replies
CC#
Created by NoahTraks on 12/21/2024 in #help
[VS22] Brackets auto format
Definitely link to the video
16 replies
CC#
Created by NoahTraks on 12/21/2024 in #help
[VS22] Brackets auto format
File issue using VS
16 replies
CC#
Created by NoahTraks on 12/21/2024 in #help
[VS22] Brackets auto format
Looks to be copilot related
16 replies
CC#
Created by knut.wannheden on 5/16/2024 in #help
Definitive C# language reference?
No description
22 replies
CC#
Created by knut.wannheden on 5/16/2024 in #help
Definitive C# language reference?
22 replies
CC#
Created by knut.wannheden on 5/16/2024 in #help
Definitive C# language reference?
the g4 grammar in roslyn is accurate here
22 replies
CC#
Created by knut.wannheden on 5/16/2024 in #help
Definitive C# language reference?
I found one case where I am wondering about the correctness. As you can see in the screenshot a using directive can either occur near the beginning of a compilation unit or inside a namespace body. But I think this doesn't account for the fact that the body of a file-scoped namespace declaration doesn't have any curly braces and instead has a semicolon.
22 replies
CC#
Created by knut.wannheden on 5/16/2024 in #help
Definitive C# language reference?
No description
22 replies
CC#
Created by knut.wannheden on 5/16/2024 in #help
Definitive C# language reference?
You'd need to write up teh impls of these:
22 replies
CC#
Created by knut.wannheden on 5/16/2024 in #help
Definitive C# language reference?
like the rule for a raw-string-literal (which is difficult since it involves counting quoets on both ends)
22 replies
CC#
Created by knut.wannheden on 5/16/2024 in #help
Definitive C# language reference?
(i think it's missing 1-2)
22 replies
CC#
Created by knut.wannheden on 5/16/2024 in #help
Definitive C# language reference?
but i think it doesn'thave 100% of all grammar rules
22 replies
CC#
Created by knut.wannheden on 5/16/2024 in #help
Definitive C# language reference?
100% of the rules in it are accurate.
22 replies
CC#
Created by knut.wannheden on 5/16/2024 in #help
Definitive C# language reference?
let me rephrase
22 replies
CC#
Created by knut.wannheden on 5/16/2024 in #help
Definitive C# language reference?
but that doesn't mean you can make a parser from it.
22 replies
CC#
Created by knut.wannheden on 5/16/2024 in #help
Definitive C# language reference?
it's fully conformant to the language stnadard 🙂
22 replies