I have a textbox in my Application (WPF). That textbox like a small code editor (for powershell cmdlet). How can i get that textbox displays "intellisense" or "tab-completion" for the user easy to work with powershell cmdlet? Thank you all.
Asked
Active
Viewed 62 times
0
-
Have you tried? Can you give your code? – Saeid Amini Sep 03 '19 at 05:36
1 Answers
1
Quoted from here
No, none of the built-in controls provide Intellisense functionality. It's a feature provided by code editors, and I doubt Microsoft intends for you to re-implement Visual Studio.
You'll have to write it yourself. See here for a sample: Intellisense-like Method Selection Pop-up Window
A commercial control package is another option. For example: Actipro's WPF SyntaxEditor

Community
- 1
- 1

Wil Liam Yap
- 191
- 1
- 7