Joel Day
Joel Day
PHP support for https://github.com/joelday/vscode-docthis has been a pretty big request. I'm working on switching to a multiple language architecture, but I want to make sure that I'm going in the...
@felixfbecker > But automatic documentation !== go to definition in docblocks. Totally. :)
@remojansen Thank you, Remo! Glad to know that you are well.
My apologies for the delay. Can you please catch up with master and test this for any regressions? Thank you!
My apologies for the delay. Can you please catch up with master and test this for any regressions? Thank you!
I've commented out the codes I *think* we should ignore. ```C++ static const OpCodeInfo OPCODES[Pex::OpCode::MAX_OPCODE] = { // {"nop", 0, false}, // {"iadd", 3, false}, // {"fadd", 3, false}, //...
This is a little bit tricky because the logic for what should be paused on can depend on a sequence of operations. Will just need to come back to this...
Should create rules based on these: https://wiki.fireundubh.com/papyrus-anti-patterns
@minkir014 Diagnostic information is already shown with all of the errors that would come from the compiler. This is for code-style, conventions and warnings.
@minkir014 No, but that's a really good suggestion.