vim-hdevtools icon indicating copy to clipboard operation
vim-hdevtools copied to clipboard

Vim plugin for Haskell development

Results 20 vim-hdevtools issues
Sort by recently updated
recently updated
newest added

This adds a function hdevtools#insert_type() which inserts the type definition of the outer function under the cursor. The definition is inserted right above the definition of the function. The functions...

Great plugin. One thing I miss from GHC-mod is insert type ( :GhcModTypeInsert).

My vimrc has `let g:hdevtools_options = '--nostack'`. Yet still, I see huge blocking delays on startup, on `:HdevtoolsInfo` and also on exit. During the hangs, I look at the process...

Hi Bit, the hsimport command and the Vim plugin vim-hsimport are now using the 'findsymbol' command. https://github.com/dan-t/hsimport https://github.com/dan-t/vim-hsimport Is there any chance to get my additions of hdevtools and vim-hdevtools...

Need to expand to full path in order to work on windows. Otherwise the partition name gets lost from the filepath and hdevtools cannot find the file.

Hello, working with vim (nvim) with the integration of `hdevtools` improves my workflow a great deal. Thank you for this contribution. __Issue__ When I call `HdevtoolsType` from vim's command line...

`gf` normally goes to multiple types of files. if I press `gf` on a path in a haskell file when I have the hdevtools plugin installed/running, instead of opening the...

Hi, imagine I'm contributing on a project with has a local .ghci files, i.e. a .ghci files in the project root. Suppose this project hides a package and solves an...

I feel that, at least for some code, Hdevtools should be able to work out the type of the relevant value/variable without all of the code needing to be able...

Whenever hdevtools emits a warning message, which isn't all that infrequent, something like an unused import or a defined and not used variable will cause it to emit warnings. :HdevtoolsType...