https://github.com/m42e/arxml.vim
A better AUTOSAR ARXML folding and ShortName follower
https://github.com/m42e/arxml.vim
Last synced: 12 months ago
JSON representation
A better AUTOSAR ARXML folding and ShortName follower
- Host: GitHub
- URL: https://github.com/m42e/arxml.vim
- Owner: m42e
- License: unlicense
- Created: 2014-11-05T11:18:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T17:00:39.000Z (over 8 years ago)
- Last Synced: 2025-02-23T19:16:24.787Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
arxml.vim
=========
Provides a more usefull folding for AUTOSAR XML files (arxml).
It shows the shortname of the collapsed element in the foldtext, and shows the subpackages of ar-packages elements.
And it allows to jump to the the linked reference using: ```call FollowShortName()```
Dependencies
========
- vim must be compiled with python support
- lxml must be instlled for python
TODO
========
- ~~It would be most usefull if somehow a linking of the shortnames to the specific elements can be performed using xpath.. maybe the xpath plugin is helpfull here~~
- ~~Add optional shortcut to jump to shortname location (this only works in the current file, and is not planned to be extended in near future)~~
- more special handlings of some elements
- ~~documentation~~