R# with custom statement completion

I'm building a Visual Studio extension which provides custom intellisense in C# and JavaScript when inside of a string. When using Visual Studio intellisense for the 2 languages it works as expected, when R# intellisense is on it stops working at the point of actually popping open the window to choose the completion value. 

Is there anyway around this issue? Or perhaps is there anyway to query the R# settings and see what the user's intellisense settings are? That way I could at least provide some notification or turn the option for custom intellisense off entirely.

It's built based on this example:

https://docs.microsoft.com/en-us/visualstudio/extensibility/walkthrough-displaying-statement-completion

Thanks!

0
2 comments

Hello Jason!

 

Sorry for delay in responding.

Could you please provide some screenshot illustrating the issue?

Concerning Intellisense option you can configure them in ReSharper | Options | Environment | IntelliSense.

Thank you.

0
Avatar
Permanently deleted user

In the working example I have R# Intellisense set to Visual Studio - my extension's custom completion works as expected. 

In the not working example (TypeScript) - I have R# Intellisense for TypeScript set to R# - my extension's custom completion is not working. This is the same behavior for C# & JavaScript. 

I'm hoping people will be able to use custom completion I'm providing while using R# Intellisense for the given language. 

Thanks!

 

0

Please sign in to leave a comment.