Instant icon indicating copy to clipboard operation
Instant copied to clipboard

Research into instant feedback in software engineering

Results 17 Instant issues
Sort by recently updated
recently updated
newest added

There's no horizontal scrollbar in the demo code window.

bug
visual

This will not show any overlays: ``` csharp json[kv.Key] = value; ```

bug

Should be able to: - [x] Skip to end - [x] Skip to front - [ ] Manually enter loop iteration

enhancement
visual

Until #35 is fixed, some methods are not usable. We should avoid tagging them.

enhancement

Cache external method call results in order to allow instant feedback for code that interacts with long running methods (expensive calculations, database interactions). Also, allow users to optionally wait for...

Instead of loading all the source files, we can keep ones that haven't changed in memory.

optimization

Conditional evaluation support: ![conditionals](https://f.cloud.github.com/assets/156582/15673/c85dabbe-47ad-11e2-9b48-110387a22821.png)

feature
visual

For situations where there are multiple calls to a method (multiple calls in test code, recursion, etc), there needs to be a way to view and select which call to...

feature
visual

Display method arguments passed into the method.

feature
visual

Dependency graphing for active file, avoid compiling non-needed files.

optimization