Hubert Kindermann

Results 68 issues of 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. ![image](https://user-images.githubusercontent.com/11704036/75098471-ff120000-55b6-11ea-91ba-055277ea8fd7.png) ![image](https://user-images.githubusercontent.com/11704036/75098484-1b15a180-55b7-11ea-8926-6b95a9f6502d.png) ![image](https://user-images.githubusercontent.com/11704036/75098490-2ec10800-55b7-11ea-87c8-68f7f68d8879.png) 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. ![image](https://user-images.githubusercontent.com/11704036/150186870-bf661558-bc6d-4745-b7d7-6ab7b6a624d8.png) We could solve this space wasting by dynamically moving the...

enhancement

enhancement

![image](https://user-images.githubusercontent.com/11704036/158871089-d1cf3338-c7d1-441a-a4b5-891dc5914d60.png)

bug

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....

bug

The set of matching characters should be configurable.

enhancement