pascalabcnet/CodeCompletion
AlexanderZemlyak 0626885b5f
Рефакторинг в Intellisense (#3328)
* Migrate from HashTable to Dictionary<string, string> (StandartDirectories variable)

* Add check to register files for parsing only if they have supported extension

* Delete legacy code in CodeCompletion.cs

* Delete unnecessary fields in CodeCompletionController

* Refactor compiling dependencies code in DomSyntaxTreeVisitor

* Fix AddStandardNetNamespacesToUserScope check

* Comment out uses *some type* support in Intellisense

* Delete unused SemanticOptions in DomSyntaxTreeVisitor

* Comment out unused NamespaceTypeScope
2025-10-01 11:47:05 +03:00
..
Properties Поправил год - 2025 2025-06-12 17:36:35 +03:00
CodeCompletion.cs Рефакторинг в Intellisense (#3328) 2025-10-01 11:47:05 +03:00
CodeCompletion.csproj migration to new build system (#3241) 2025-03-03 20:34:51 +03:00
CodeCompletionPCUReader.cs fix #2981 2024-01-07 12:50:10 +01:00
CodeFormatter.cs Исправление автоформатирования [] 2025-01-04 22:54:38 +03:00
DomConverter.cs Обновление описания сущностей в Intellisense (#3321) 2025-07-13 18:44:29 +03:00
DomSyntaxTreeVisitor.cs Рефакторинг в Intellisense (#3328) 2025-10-01 11:47:05 +03:00
ExpressionEvaluator.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
ExpressionVisitor.cs Multilingual support (#3278) 2025-06-17 18:34:44 +03:00
FindReferences.cs intellisense for var expression 2024-01-07 14:43:47 +01:00
SemanticTreeWalker.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
SymTable.cs Рефакторинг в Intellisense (#3328) 2025-10-01 11:47:05 +03:00
Testing.cs Multilingual support (#3278) 2025-06-17 18:34:44 +03:00
TypeTable.cs Multilingual support (#3278) 2025-06-17 18:34:44 +03:00
UnitXmlDocs.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
XmlDocs.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00