tintinweb

Results 59 comments of tintinweb

The edge tracing seems to be off when searching for nodes/edges: this version (`a` and `b2` should not be highlighted). appears to be correct in the currently released version:

Hey @SenExus, your path looks crazy :D can you try moving the driver to (a) a dir without spaces and special magic πŸ˜… (b) rename it to only contain nonspecial...

hey @transmissions11, sorry for the late reply. yeah, the default vyper command is set to `vyper` (whatever your system-wide vyper command is configured for) and it's executed using `child_process.exec()` which...

interesting idea, shouldn't be a lot of work to implement.

oh, @SamHasler just found out that I've already implemented this: (icon to the far right) ![image](https://user-images.githubusercontent.com/2865694/88391703-008c6200-cdbb-11ea-8cab-0a3aa3227314.png)

I did some research and there doesn't seem to be an API providing a list of open tabs/editors. ATM I can only get a list of visible editors unless I...

I havent really thought about this case. Right now, any file that is opened even though its not from the current workspace may still be tracked by the extension. We...

Yeah, the initial idea was to only have vscode load the extension when needed instead of having it idling around consuming resources. In order to change this behavior, I'd have...

Hey @mds1, thanks for the feature requests. I am not sure if this is going to pollute the hover box too much. While I understand that for proxied contracts it...