sebastiw / edts

Erlang Development Tool Suite
GNU Lesser General Public License v3.0
355 stars 82 forks source link

Is it possible to use EDTS without eproject? #203

Closed jaseemabid closed 7 years ago

jaseemabid commented 9 years ago

I use projectile and hence eproject is almost useless. Also it overrides some basic keys like C-c b for bury-buffer which is annoying.

tjarvstrand commented 9 years ago

Unfortunately not

jaseemabid commented 9 years ago

@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?

RumataEstor commented 7 years ago

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.

tjarvstrand commented 7 years ago

@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.

RumataEstor commented 7 years ago

@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.