|
|
|
@ -2949,6 +2949,11 @@ namespace ICSharpCode.NRefactory.CSharp.Completion
@@ -2949,6 +2949,11 @@ namespace ICSharpCode.NRefactory.CSharp.Completion
|
|
|
|
|
"Includes comments from a external file", |
|
|
|
|
"include file=\"|\" path=\"\">" |
|
|
|
|
); |
|
|
|
|
yield return factory.CreateLiteralCompletionData( |
|
|
|
|
"inheritdoc", |
|
|
|
|
"Inherit documentation from a base class or interface", |
|
|
|
|
"inheritdoc/" |
|
|
|
|
); |
|
|
|
|
yield return factory.CreateLiteralCompletionData( |
|
|
|
|
"list", |
|
|
|
|
"Create a list or table", |
|
|
|
|