Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add absolute paths on .solargraph.yml configuration #674

Open
zLianK opened this issue Jul 13, 2023 · 4 comments
Open

Add absolute paths on .solargraph.yml configuration #674

zLianK opened this issue Jul 13, 2023 · 4 comments

Comments

@zLianK
Copy link

zLianK commented Jul 13, 2023

Firstly, I need to say that Solargraph is a really good software, I'm using it, and it helps me a lot.

Now, going into the subject. I have all my .rb files located at F:\ruby\ and I am working on a workspace located at C:\ruby\app.

As I am coding from Windows, there isn't a way to get into F:\ruby by relative path. When I configure the include configuration, for instance, to F:/ruby, it tries to find the .rb files at C:\ruby\app\F:\ruby and not at the right location.

Without this feature, the intelissense is working only for classes and methods that are in the current directory or subdirectories.

So, I ask you to add a way to configure absolute paths on the .solargraph.yml file.

It would be so nice if you could produce this feature.

@zLianK
Copy link
Author

zLianK commented Jul 28, 2023

@castwide Can you take a look in this issue?

@gustavosimon
Copy link

Hello @castwide and @zLianK! Hope you all well.

I'm facing the same problem with my Ruby projects.

@castwide is it possible to implement @zLianK suggestion?

Or.. can you tell us how should we implement it in solargraph?

I'm looking forward to your response!

Thanks!

@castwide
Copy link
Owner

Absolute path support is on the master branch and will be included in the next release.

@gustavosimon
Copy link

Hello @castwide! Hope you're doing well.

I got that the absolute path is now supported on the master branch. Can you release it?

I would like to have a release with this changes, because it will help a lot my team in a project that we are working on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants