Skip to content

Commit

Permalink
remove outdated reference to intellicode
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlacey committed Feb 15, 2025
1 parent abb3af1 commit d156bb2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Getting Started
# Getting Started

Whether you want to use the extension or help make it even better--this is the place to start.

Expand Down Expand Up @@ -75,11 +75,6 @@ The other solution in the 'VSIX' folder contains everything in 'RapidXamlToolkit
All warnings are treated as errors in the release build.
'TODO' comments that do not reference an issue number will create warnings and fail CI builds. (Courtesy of [WarnAboutTODOs](https://www.nuget.org/packages/WarnAboutTODOs/))

### Intellicode

An intellicode model for the code-base is automatically maintained and available if you enable automatic acquisition by going to Tools > Options > IntelliCode > Acquire team models for completion.
![options setting for enabling intellicode model](./Assets/enable-intellicode.png)

### Extending XAML Analysis

The area where contributions are most expected (and appreciated) is in creating more functionality for XAML Analysis. To help with this, there is a [guide to extending XAML Analysis](./extending-xaml-analysis.md) which contributors are encouraged to read.
Expand Down

0 comments on commit d156bb2

Please sign in to comment.