How to fix spelling error
warnings that displayed when using localized version of Visual Studio.
#9544
Replies: 1 comment
-
After completing these steps, the English language components should be installed, enabling proper spell check functionality even in a localized version of Visual Studio. This should mitigate the SPELL category IntelliSense warnings that were occurring during the build of your DocFX project. Remember, the key is to ensure that the English language support is installed and configured properly alongside your localized version of Visual Studio to enable accurate spell checking and resolve the associated warnings. |
Beta Was this translation helpful? Give feedback.
-
When using localized version of Visual Studio.
A lot of
SPELL
category intellisense warnings are displayed when builddocfx
project.These problems can be resolved by following steps.
English
language pack.Install-Language en-us
command on Visual Studio developer PowerShell prompt. (With elevated privileges)Without
Step 2.
spell check feature is not works as expected.Beta Was this translation helpful? Give feedback.
All reactions