Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-completion is not working for a custom dll's object #140

Closed
sadasd1 opened this issue Jan 17, 2019 · 1 comment
Closed

Auto-completion is not working for a custom dll's object #140

sadasd1 opened this issue Jan 17, 2019 · 1 comment
Labels

Comments

@sadasd1
Copy link

sadasd1 commented Jan 17, 2019

Hi,
I am trying to use my c# .NET dlls in my cs script and instantiating object for them. The problem I see is for one of my object, not able to see auto completion. More details follows: As shown in the below screenshot, I have two objects device and ntlLocal. I could access all the methods from device whereas with ntlLocal I couldn't.
image
image
image

@oleg-shilo
Copy link
Owner

I am glad you have attached the screenshot.
You will be surprised to learn that the autocompletion you see is not CS-Script autocompletion. :)

It is an ambitious but inferior Notepad++ native autocompletion that ist poped up before C_Script has a chance to show its own. Basically Notepad++ disabling CS-Script autocompletion.

The solution is to disable Notepad++ native autocompletion and allow CS-Script to do its job.

This article describes how to do that: https://github.com/oleg-shilo/cs-script.npp/wiki/Dealing-with-Notepad%E2%80%A0%E2%80%A0-native-auto-complete.

If you have further issues with CS-Script for Notepad++ you may prefer to log them against the dedicated project: https://github.com/oleg-shilo/cs-script.npp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants