Felix Becker

Results 171 issues of Felix Becker

Integration - [ ] parallel requests - [x] eval - [x] output - [ ] inline sources Unit - [x] DGBP protocol parsing - [x] source mapping

Closes #60 - `externalConsole` is now deprecated - you can now run your program in the integrated terminal

feature

`namedVariables` is correctly returned as being larger than the actual number of returned variables, but VS Code refuses to do any follow-up requests for paging or show any UI. I...

needs test
perf

XDebug provides all the tools, just need to implement it. - Should suggest variables in the local scope (`context_get`) - Given a complex expression like `$obj->prop->prop`, strip away everything to...

feature
needs test

https://github.com/Microsoft/vscode-docs/blob/vnext/release-notes/v1_6.md#external-terminal-now-configurable

feature
needs test

E.g. if the X axis step is the default 10, and the amount of data points is not dividable by 10, the last `|` box boundary character will be misplaced:...

bug

Currently I am using `Clear-Host` and draw the graph again with an additional data point when I want to display live data. It works quite well, but it flickers a...

When repeatedly drawing a graph with different data, I would like to manually set the axis bounds so the axis are "stable". For example, I would like to specify that...

enhancement

I would like to show a graph for data with explicit X values, e.g. where the X axis represents time. Maybe `Datapoints` could accept a hash table where the key...

enhancement