You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: