- I and my colleagues learning and developing an VS extension, it support all about File context, menu context, ...
- And we decided to add more feature to the new version, that feature is Quick Actions.
- We read an article here: MSDN. It worked as ecpected when we try with create new standard alone project and write code as article guide. But when we move code from new standard alone project to own old extension project, the Quick Actionsis not working anymore.
- We're just newbie about extension, so please point out where I was wrong. Thanks!