Jason Gross

Results 502 issues of Jason Gross

![image](https://cloud.githubusercontent.com/assets/396076/15982526/7c0f7508-2f58-11e6-8967-b1fa7c23a621.png) It thought my `E` was a module, not a scope. I'm not sure if there's a nice way to fix this, though.

Perhaps this is the desired behavior (that it just in-place edits without undoing other work), but if you do this on the last line, you can get PG to race...

(See 3 of https://coq.inria.fr/refman/Reference-Manual004.html#hevea_default104) ![image](https://cloud.githubusercontent.com/assets/396076/15756663/3358903a-28d0-11e6-9ece-ea9409a6c7f3.png)

![image](https://cloud.githubusercontent.com/assets/396076/15134225/1f835e0a-1638-11e6-979f-2a658770f8ee.png) You can get the names of hint databases by doing something like `Print Hint id.` (though this might miss databases that only have rewrite hints? I'm not sure)

enhancement

![image](https://cloud.githubusercontent.com/assets/396076/15021754/8bac35a2-11f6-11e6-8445-8b7fe801e5eb.png)

If I type `Set P`, my completions are all gone. It'd be nice to still have completions for things like `Set Printing Implicit.`

enhancement

If I have a long list of `Require Import`s, it'd be nice to fully qualify them all at once.

enhancement

It'd be nice to have an option (enabled by default) which fully qualifies module names on pressing "enter" to insert them.

enhancement

- [x] `reflexivity` should come before `refine ` - [x] `constructor` should come before `constructor num` - [ ] `discriminate` (with no arguments, possibly all the variants) should come before...

There is a way to print keywords from coqtop.byte, but not from coqtop / coqc. I cannot seem to run `coqtop.byte`, as I get ``` Fatal error: cannot load shared...

kind: enhancement