linux-china / jetbrains-just-plugin

JetBrains Just Command Runner Plugin
https://plugins.jetbrains.com/plugin/18658-just
Apache License 2.0
35 stars 6 forks source link

Add 'import' Keyword Support to Resolve Syntax Error (Issue #19) #20

Closed hxhelm closed 4 months ago

hxhelm commented 5 months ago

This pull request addresses Issue #19 by introducing support for the import keyword, ensuring compatibility and preventing syntax issues.

I plan to continue working on this feature to enhance functionality further. In a (hopefully) upcoming pull request, I aim to implement code completion for the imported files and any associated recipes. This will contribute to a more comprehensive and user-friendly experience.

Any feedback and suggestions are welcome as we work towards refining this enhancement.

hxhelm commented 5 months ago

Just updated this and added the mentioned changes for import file path completion + recipe completion & referencing for imported files.

hxhelm commented 4 months ago

@linux-china I would appreciate feedback on this, since I'm heavily relying on the import feature in a few projects