Damien Gaignon

Results 46 comments of Damien Gaignon

@JartX could you share your configuration, please ? Are you using nvim-jdtls or the simple jdtls ? Thanks

I have also managed, just after this comment to use the `.classpath` file with `nvim-jdtls`. I have tried to send all libraries with the `referencedLibraries` settings but `elclipse.jdt.ls` never take...

Hello, Could be done but one need to filter out by Group... So we need to filter not only those ones but all groups. Added to my ToDo list unless...

I have written an algorithm and I will try to implement it. BTW I have to find a way to keep the data from a region if multiple stations are...

Should I change only my PR with this or also `main.py` ? https://github.com/androguard/androguard/blob/8d091cbb309c0c50bf239f805cc1e0931b8dcddc/androguard/cli/main.py#L122

Hoooo issue #833 was closed so I miss that. So I will update my PR and keep changes for my own purpose ^^ Thanks anyway.

Also, could it be possible to add a `call hierarchy` for methods with `in` and `out` capabilities ? `In` from a selected method (1), make a tree of all methods...

Hey ^^ Could this be reopened ? I'd like an option to globally have hex number format. My project uses hex numbers and converting dec to hex or hex to...

For on extension using this, I know Python is able to use environment variables, I set it like that. `"python.pythonPath": "${env:PROGRAM}\\Python\\python.exe"` As the extension is looking in the PATH variable,...

I have just look around for this but you can not currently. https://github.com/microsoft/vscode/issues/2809