EugeneManushkin / CtagsSourceNavigator

Reworked Ctags Source Navigator plugin based on source code v0.93 beta compatible with Far3
GNU General Public License v2.0
16 stars 0 forks source link

Integration with NetBox #61

Open klenin opened 4 years ago

klenin commented 4 years ago

When trying to "Index selected directory" on a directory opened via NetBox/SFTP, you get "External utility failed with code 1"

That is somewhat expected -- ctags utility is unable to access such a "path".

However, this would be a very nice feature, although I admit I have only a vague idea about how it could be implemented. Perhaps read files via Far's API and feed them on-by-one to ctags?

As a partial solution, perhaps at least reading of tags/tags.idx, when already present, and jumping to files via NetBox connection, could be implemented.

EugeneManushkin commented 4 years ago

Integration with NetBox plugin is a tricky task. If somebody will help me with NetBox API that allow to read remote files I would implement this functionality