SpontanCombust / witcherscript-ide

Language Server implementation for WitcherScript - Witcher 3's scripting language.
https://spontancombust.github.io/witcherscript-ide/
Apache License 2.0
10 stars 0 forks source link

[FEATURE] Foreign script notification #33

Closed SpontanCombust closed 4 weeks ago

SpontanCombust commented 1 month ago

Notify the user when they're editing a foreign script (not known to any content in the workspace) that they need to create a script project to use code features more advanced than just syntax highlighting and syntax analysis. This could be done when trying to use "go to" feature and others symbol table dependent features.

Feature connected with #12 as that one should display "No project selected" or something similar when editing a foreign script.

SpontanCombust commented 1 month ago

The warning should be shown when:

The warning should be shown in any other new similar cases moving forward.

SpontanCombust commented 4 weeks ago

Released with v0.3.0