Hubert Kindermann
Hubert Kindermann
I would love to be able to see also methods and types IL. Maybe it should not be too difficult. I would just use ILSpy (though I've never used it...
Properties and indexers now can be disasmed.    and so on.. Following suggestion display texts are now available: - Disasm 'MyClass' class - Disasm 'MyStruct' struct - Disasm...
This is expected from the way how it works now (injecting some code to Main method and then running the executable). I propose having simple "runner" executable (distributed along side...
Paste ```abc``` by Ctrl+V. Pressing Ctrl+Z will remove ```abc``` - that's correct. Paste ```abc``` by right click Pressing Ctrl+Z will remove ```abc``` one character after another (```abc``` -> ```ab``` ->...
Now we allocate an empty space under the current line for displaying the completion list and its items descriptions.  We could solve this space wasting by dynamically moving the...

E.g. `a\t` will result in `apple` output in the example app because Tab will submit the completion item. Or `x\n\y` will submit `x` as input and `y` will be ignored....
The set of matching characters should be configurable.