![]() |
VOOZH | about |
Requires NuGet 2.8 or higher.
dotnet add package Alternet.Studio.Syntax --version 10.0.8
NuGet\Install-Package Alternet.Studio.Syntax -Version 10.0.8
<PackageReference Include="Alternet.Studio.Syntax" Version="10.0.8" />
<PackageVersion Include="Alternet.Studio.Syntax" Version="10.0.8" />Directory.Packages.props
<PackageReference Include="Alternet.Studio.Syntax" />Project file
paket add Alternet.Studio.Syntax --version 10.0.8
#r "nuget: Alternet.Studio.Syntax, 10.0.8"
#:package Alternet.Studio.Syntax@10.0.8
#addin nuget:?package=Alternet.Studio.Syntax&version=10.0.8Install as a Cake Addin
#tool nuget:?package=Alternet.Studio.Syntax&version=10.0.8Install as a Cake Tool
AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors, and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor.
This package includes base classes for performing syntax analysis of the text.
This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8
More information about Code Editor can be found here:
https://www.alternetsoft.com/products/editor
Documentation and sample projects can be downloaded here:
https://www.alternetsoft.com/download
NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here:
https://www.alternetsoft.com/faq#license
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Alternet.Studio.Syntax:
| Package | Downloads |
|---|---|
|
Alternet.Studio.Syntax.Parsers.Lsp
AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors, and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes an LSP parser based on the LangServer.org protocol, which provides base functionality for communicating with Language Server providers. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license |
|
|
Alternet.Studio.Editor.Wpf
AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors, and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes TextEditor WPF control, which supports most of the features of the Visual Studio .NET code editor, including customizable syntax highlighting, code outlining, code completion, unlimited undo/redo, word wrap, drag-n-drop, built-in search/replace, multiple views of the same text, bookmarks, line style indicators, line numbers and more. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license |
|
|
Alternet.Studio.Syntax.Parsers.TypeScript
AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors, and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes TypeScript and JavaScript parsers based on Microsoft Microsoft TypeScript, which provides a set of code syntax and semantic analysis APIs for parsing TypeScript and JavaScript code. These parsers provide advanced code-editing features, including code completion, code outlining and highlighting syntax errors, warnings, code refactoring, and more. This multi-target package can be used with .NET applications targeting .NET Framework 4.5.2 or higher. More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license |
|
|
Alternet.Studio.Editor.WindowsForms
AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors, and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes SyntaxEdit WinForms control, which supports most of the features of the Visual Studio .NET code editor, including customizable syntax highlighting, code outlining, code completion, unlimited undo/redo, word wrap, drag-n-drop, built-in search/replace, multiple views of the same text, bookmarks, line style indicators, line numbers and more. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license |
|
|
Alternet.Studio.Syntax.Parsers.Advanced
AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors, and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes advanced code parsers that implement syntax analysis using hard-coded algorithms for a vast subset of modern programming languages, including C#, Visual Basic, Java, Ansi-C, VBScript, JavaScript, HTML, and XML. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.8 | 3,773 | 4/21/2026 |
| 10.0.7 | 6,281 | 2/6/2026 |
| 10.0.6 | 7,193 | 1/8/2026 |
| 10.0.5 | 8,489 | 11/20/2025 |
| 10.0.4 | 9,443 | 9/26/2025 |
| 10.0.3 | 9,525 | 9/9/2025 |
| 10.0.2 | 13,266 | 8/7/2025 |
| 10.0.1 | 12,127 | 7/14/2025 |
| 10.0.0 | 10,697 | 6/16/2025 |
| 9.5.16 | 4,246 | 5/7/2025 |
| 9.5.15 | 1,309 | 3/28/2025 |
| 9.5.14 | 1,498 | 3/25/2025 |
| 9.5.13 | 3,649 | 2/26/2025 |
| 9.5.12 | 2,075 | 1/10/2025 |
| 9.5.11 | 2,204 | 12/12/2024 |
| 9.5.10 | 1,460 | 11/15/2024 |
| 9.5.9 | 3,750 | 9/27/2024 |
| 9.5.8 | 2,920 | 8/30/2024 |
| 9.5.7 | 1,604 | 7/18/2024 |
| 9.5.6 | 1,590 | 6/18/2024 |