-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
This walkthrough has a number of issues, the most important being that the linked repostiory https://github.com/SFC-Sarge/LinqLanguageEditor2022 is now dead.
In addition to this, there are several problems:
- The walkthrough explains what to add to a package to achieve its aims, but does not explain why
- Many of the steps are out of order, e.g. "Your completed
LinqLanguageEditor2022Package.cs
file should look like this now:" has theProvideEditorLogicalView
attribute at line 1429, but you're not told to add it until line 1530 - It seems to spend more time on adding an options page and implementing the related tool windows than concentrating on creating the language editor
- It mentions features such as "Intellisense Support" but then doesn't explain how to implement it.
I'd suggest that a guide the concentrates on adding support for a simple theoretical language, and explains why each step needs to be done would be more useful.
Metadata
Metadata
Assignees
Labels
No labels