godotengine / emacs-gdscript-mode

An Emacs package to get GDScript support and syntax highlighting.
GNU General Public License v3.0
316 stars 36 forks source link

Fix file path completion when projectile is used #145

Closed NicolasPetton closed 7 months ago

NicolasPetton commented 7 months ago

When projectile is being used, projectile-project-files already returns file paths relative to the project root directory, so gdscript-util--get-godot-project-file-path-relative should not be used.

jcs090218 commented 7 months ago

I don't use projectile; let me ping another maintainer to review this. 🤔

cc @xiliuya Do you have any thoughts?

NicolasPetton commented 7 months ago

@jcs090218 @xiliuya is there anything I can do to help with the review process?