Commit Graph

37 Commits

Author SHA1 Message Date
Neil Mitchell
e7d3d129ae #129, add a very basic setup guide (#142) 2019-09-30 08:54:57 +02:00
Moritz Kiefer
833c18c876
Point to the VSCode marketplace in the readme (#134)
* Point to the VSCode marketplace in the readme

* Move instructions for building the VSCode extension to Hacking section
2019-09-25 15:25:32 +02:00
Neil Mitchell
f929681493 #9, mention the CLA in the readme (#128) 2019-09-25 08:16:33 +02:00
maralorn
06bde2bf3a Add type signature inserting to feature list (#95) 2019-09-20 07:21:43 +02:00
Matthew Pickering
8fb63de063 Update link (#97) 2019-09-20 07:21:24 +02:00
Dmitry Dzhus
7adc3bc131 Fix a typo (#93) 2019-09-19 19:43:15 +02:00
maralorn
54633c9229 Improve and extend feature list (#84)
* Improve and extend feature list

* Fix typo in feature table
2019-09-19 19:39:27 +02:00
Neil Mitchell
eba0185710 Add section on history and relationship to other IDE's (#78) 2019-09-17 08:52:58 +02:00
maralorn
01d423749b
Add organze imports feature to feature list 2019-09-14 15:37:35 +02:00
maralorn
8e0a2cb798
Add display definitions feature 2019-09-14 15:30:40 +02:00
maralorn
fd17b17a23
Add go-to-definition in feature list 2019-09-14 15:26:15 +02:00
maralorn
4d460c43a6
Add feature list
This is a certainly incomplete list of features already implemented. Please expand!
2019-09-14 15:24:26 +02:00
Moritz Kiefer
938a3c6f18
Merge pull request #63 from maralorn/patch-1
Delete non-ghcide options from coc.nvim example
2019-09-14 13:33:27 +02:00
Moritz Kiefer
855c18ea93
Merge pull request #58 from hercules-ci/extension-update
migrate to new @types/vscode, add vsce devDependency
2019-09-14 12:52:35 +02:00
maralorn
17d6dcb880
Delete non-ghcide options from coc.nvim example
These options don‘t work with ghcide as far as I can tell. I believe they stem from copying the config used for hie-wrapper. As ghcide does not support hlint yet I believe this infos to be misleading. That‘s why I suggest deleting it.
2019-09-14 12:36:39 +02:00
Robert Hensing
0fc96368d3 migrate to new @types/vscode, add vsce devDependency
The vscode library is deprecated in favor of @types/vscode.
See https://code.visualstudio.com/api/working-with-extensions/testing-extension#migrating-from-vscode

This also add vsce as a devDependency, so you don't need to install
it globally. Instead you can run it via npm run vscepackage. This
simplifies the README (or future "hacking" instructions when the
extension is published)
2019-09-13 13:16:38 +02:00
2mol
a8d31ce7fa
fix type in README 2019-09-13 11:53:53 +02:00
Robin Krom
3589042a3f Added setup instructions for vim/coc to README
Instructions to setup https://github.com/neoclide/coc.nvim and neovim
together with ghcide.
2019-09-11 15:45:15 +02:00
Alexander Diemand
d5c44cca50
building extension in correct path
Signed-off-by: Alexander Diemand <codieplusplus@apax.net>
2019-09-11 12:09:49 +02:00
Moritz Kiefer
a1e8bea46d Update README 2019-09-10 16:21:10 +02:00
Moritz Kiefer
5da86c3e44 Rename hie-core to ghcide (#2820)
* Rename hie-core to ghcide

The name `hie-core` has caused a lot of confusion as to how we relate
to haskell-ide-engine so changing it should hopefully help with that.
I also think that ghcide is still a good name once we hopefully
integrate with haskell-ide-engine more closely.

The name ghcide seems to have a reasonable amount of support on
Twitter https://twitter.com/ndm_haskell/status/1170681262987710464
which is of course the only good way to come up with names.

* Add a readme that points people to the new directory.

* Fix bogus replacements

* Use a proper link

* links are hard
2019-09-10 15:01:29 +02:00
Domen Kožar
42461d1c2a README: add notes for Nix installation (#2805) 2019-09-10 14:52:17 +02:00
Tobias Pflug
bbb1ffc543 Add languageclient-neovim info to README (#2806) 2019-09-10 14:52:17 +02:00
Stefan Matting
710f48bade hie-core: Add instructions for Vim (#2793) 2019-09-10 14:52:17 +02:00
Shayne Fletcher
be960f45e7 Update hie-core README emacs instructions (#2567)
* Update hie-core README emacs instructions

* Send the reader to MELPA
2019-09-10 14:52:17 +02:00
Shayne Fletcher
205cce9b63 Make the README a little prettier (#1949)
* Make the README a little prettier

* Remove vscode.png

* Image float right

* Go back to regular title; scale image 75%
2019-09-10 14:52:17 +02:00
Neil Mitchell
72593a285d Make hie-core outside an IDE work better (#1895)
* Move the hie-core demo files around (they aren't really a demo anymore)

* Split the command line parsing into a separate module

* Give messages about how long starting something takes

* Make the interactive mode say what it is doing a bit more

* Add a --cwd flag to hie-core

* Take a list of files and directories for hie-core

* Update the readme to say how to test using hie-core

* Fix up the bazel file

* Add HLint exception
2019-09-10 14:52:17 +02:00
Neil Mitchell
62cf82a32e Correct hie-core grammar (#1871) 2019-09-10 14:52:17 +02:00
Neil Mitchell
47332f1835 Give the readme a significant pass (#1869) 2019-09-10 14:52:17 +02:00
Shayne Fletcher
0452205859 Integrate Emacs instructions into README (#1831)
* Integrate Emacs instructions into README

* Fix a grammatical error
2019-09-10 14:52:17 +02:00
Neil Mitchell
b448af540e Add additional step of building the hie-core extension (#1827) 2019-09-10 14:52:17 +02:00
Neil Mitchell
036e3d0002 Rename haskell-ide-core to hie-core (#1809)
* Rename haskell-ide-core as hie-core, after discussions with Alan Zimmerman and others

* Update the readme to just say how to install
2019-09-10 14:52:17 +02:00
DavidM-D
79d712397b Hic elisp (#1714)
* Added elisp to the readme

* Changed the flags for compatibility with HIE

* Change the default arguments to reflect hie compat
2019-06-18 14:10:52 +02:00
Gary Verhaegen
8b806198c0 Update README.md (#1690) 2019-06-15 21:16:16 +02:00
Neil Mitchell
f7cff7c3c8 Describe how to install the IDE (#1686)
* Add more package.json attributes

* Rename ide-demo to haskell-ide-core

* Change the default flags for the IDE

* Update the README with how to install things
2019-06-15 13:23:59 +02:00
Neil Mitchell
e823c5d431 Add IDE Readme (#1678)
* Add .vscode settings that are useful for making it easier to build

* Ignore the extension output

* Add a README that describes how to start the IDE
2019-06-14 18:10:13 +02:00
DavidM-D
85379f55dd Added a barebones readme for haskell-ide-core as I've linked it from... (#1493)
...the zurihac project page
2019-06-03 14:03:15 +01:00