kayler-renslow / arma-intellij-plugin

A plugin for Intellij IDEA that allows for syntactical analysis, code inspections, and other nifty features for the SQF scripting language in Arma 3.
MIT License
41 stars 10 forks source link

Feature request; Intelligent Refactoring #46

Open Ragebone opened 7 years ago

Ragebone commented 7 years ago

Plugin Version

1.0.7

Summary

Intelli J IDEA supports intelligent refactoring. Feature Request; Adapt it to work with Arma SQF Functions.

Detail

Renaming a sqf file that is linked into the CfgFunctions should also change the CfgFunctions entry with its new name.

If that's already a feature then this points to my setup being broken somehow, because it doesn't do that for me.

Thanks, much appreciated!

kayler-renslow commented 7 years ago

It is supposed to rename the CfgFunctions entry. I think this is related to the plugin not being able to locate your config function SQF files.

Ragebone commented 7 years ago

Thanks, this is probalby due to https://github.com/kayler-renslow/arma-intellij-plugin/issues/45