You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to develop an extension where you show a popup with some text fields. Depending on the input , the extension will generate some code or write some directories/files.
I got the last part working but i am not able to show a popup or dialog screen. The example below suggest clicking Alt + Insert which is equivalent to fn + return + option keys.
I am not getting any response in Visual Studio IDE.
My question is how to activate this popup feature in Visual Studio for Mac and is it possible to implement my scenario?
I am trying to develop an extension where you show a popup with some text fields. Depending on the input , the extension will generate some code or write some directories/files.
I got the last part working but i am not able to show a popup or dialog screen. The example below suggest clicking
Alt + Insert
which is equivalent tofn + return + option
keys.I am not getting any response in Visual Studio IDE.
My question is how to activate this popup feature in Visual Studio for Mac and is it possible to implement my scenario?
https://www.monodevelop.com/documentation/feature-list/quick-code-generation/
The text was updated successfully, but these errors were encountered: