Closed jaseemabid closed 7 years ago
Unfortunately not
@tjarvstrand Alright. Is EDTS using a lot of eproject functionality or just bits and pieces? It doesn't make sense for an Erlang support mode to do project management, does it?
I find this change https://github.com/tjarvstrand/edts/commit/c7a132c9680d4004634b90f9f990c1eb6db6359d that makes it possible as actually inconvenient. Previously it was possible to use features such as switch to a file in a project by its name (without the path). Now that functionality is no longer available.
@RumataEstor As long as it is an erlang module you should be able to switch using edts-find-global-function
(C-c C-d F)
@jaseemabid The dependency on eproject has been removed so I'll close this ticket now. Let me know if you still have issues.
@tjarvstrand Thanks for the hotkey, it works fine. However I doubt it can be used to navigate to an hrl file. Not sure if hrl files did belong to the project previously though.
I use projectile and hence eproject is almost useless. Also it overrides some basic keys like
C-c b
forbury-buffer
which is annoying.