nbelyh / IdMsoAutocomplete

The extension provides autocomplete for CustomUI for office ribbon (means, auto-complete for the built-in item identifiers, like idMso, insertBeforeMso, insertAfterMso and imageMso).
https://marketplace.visualstudio.com/items?itemName=NikolayBelyh.IdMsoAutocompletevs2019
MIT License
9 stars 4 forks source link

Not working properly in VS2022 #5

Open thefasquelle opened 9 months ago

thefasquelle commented 9 months ago

Hi, I have a few issues in VS2022. I didn't try with other versions of VS.

  1. intellisense autocompletion using XSD schema is partially disabled: Elements (tab/group/button) are still autocompleted by intellisense, but attributes (id/image/onAction ...) are not. When I disable the extension, everything works again.
  2. The value autocompletion does not work for every attributes. It works well for imageMso, but others has issues.

idMso, insertAfterMso and insertBeforeMso show only blank fields image

when bringing up intellisense manually with ctrl+space, an error pops up image (It means something like "An object reference is not defined in an object instance")

thefasquelle commented 9 months ago

In case it matters, I am using VS2022 64bit community edition version Version 17.8.4, with c++ and .NET workloads Extension is configured for Excel 2016 Two extensions installed: IdMso Autocomplete and CodeMaid

nbelyh commented 9 months ago

Thank you for reporting. I'll try to reproduce this weekend.