mtrubs / intellibot

IntelliJ/PyCharm plugin for Robot Automation Framework
https://github.com/millennialmedia/intellibot/wiki
MIT License
159 stars 109 forks source link

Support for .resource files #209

Closed cooper-a closed 5 years ago

cooper-a commented 5 years ago

Robot Framework now supports .resource file naming of files. This plugin should treat .resource files the same as .robot files. It should be an easy fix.

cooper-a commented 5 years ago

Never mind, I realized it can files can just be changed within PyCharm.

stdedos commented 5 years ago

Doesn't matter. Why the plugin cannot register it itself?

Please re-open

doyou89 commented 5 years ago

The plugin cannot index .resource files. So need to re-open.

DvaKompota commented 5 years ago

Never mind, I realized it can files can just be changed within PyCharm.

Could you please explain what you've meant? Refactoring/renaming using PyCharm? So the solution is not to use .resource extension, but only .robot?