-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Comments
@castwide Can you take a look in this issue? |
castwide
added a commit
that referenced
this issue
Feb 21, 2024
Absolute path support is on the master branch and will be included in the next release. |
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
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.
The text was updated successfully, but these errors were encountered: