0

I have a strange behaviour since few weeks inside Blazor (Serverside) component code. VS 16.8.3

When I type something inside a tag (eg. something in italian between <p> and </p> ) it comes out an intellisense of I don't know what language (it isn't only html) and when I press space it paste the suggested word

For example if I type "Per" it comes the suggestion of footer and the space pastes that word

Any suggestion how to avoid that ?

enter image description here

SandroRiz
  • 903
  • 4
  • 10
  • 18

1 Answers1

0

Found Solution here Edit -> Intellisense -> Toggle Completion Mode https://stackoverflow.com/a/34800837/1169500

SandroRiz
  • 903
  • 4
  • 10
  • 18