CARVIEW |
Select Language
HTTP/2 200
date: Sat, 26 Jul 2025 00:15:24 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"ad0c92eeb96ff6e3a14a81361b6750f1"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=cTjbg3Hk5XhVPO9H9IurMpXsHWHdBAMy6Jet2DuW1TNm87%2FiVS2fR2FOzXbm5sOyMi1PYWtzEpYhrfKM2HrRUxWWd1QVvWGuOwLJqqCFwrfP%2B57KhqMX42fvEezncaHhJBoyEXRYDi6BACsR12EBbEKtRP27J%2F5u56KspHXm4CZvKH7HOf37XoZSIvk9sj38NbhVC2qleMebu0zO%2FPhX1WDA8TUstutj2ywhbbkVyGCqqojqJMqNQFksW3egYnkengmUGHdGxGHknicDX6ULMA%3D%3D--rY4u5OOJ%2F%2FYii4Ic--nJuk7JjtIqR6qB7Hz6tVUA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1063023876.1753488923; Path=/; Domain=github.com; Expires=Sun, 26 Jul 2026 00:15:23 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 26 Jul 2026 00:15:23 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: EE34:2CB2E7:4B768:7917D:68841E1B
GitHub - MarcWeber/vim-haxe: vim runtime directory providing support for the haxe compiler - be more productive
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5
vim runtime directory providing support for the haxe compiler - be more productive
License
MarcWeber/vim-haxe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
_______________________________________________ INSTALLATION I highly recommend using VAM (vim-addon-manager): https://github.com/MarcWeber/vim-addon-manager Then put into your ~/.vimrc: call scriptmanager#Activate(["vim-haxe"]) alternative way (Pathogen, manual, ...): See vim-haxe-addon-info.txt See key "dependencies". Install all those plugins in some (manual?) way. You'll find all those plugins on my github page. If you have any trouble contact me. Use <c-x><c-o> to get completion (based on HaXe) Example: this. -> this.addChild( Use <c-x><c-u> to get completion (based on tags. This completes both: class names and functions) Example: gC -> haxe.io.File.getContents( Use <c-l> to define a local command place cursor on error line in Quikfix Window then type i to add a missing flash import vim-haxe will ask you to checkout sources for both: haxe and flash_develop lazily. _______________________________________________ CONFIGURATION: TODO, get a list of options by: grep -r vim_haxe . let g:vim_haxe_haxe_src_dir='directory' if you don't like the default PLUGIN_ROOT.'/haxe-src' ctags language support see: https://haxe.org/com/ide Vim will then automatically checkout haxe sources and tag the std .hx files for you EXPLANATION ----------------------------------------------------------------------- QUICKFIX DETAILS: See vim-addon-actions. (Eg use :ActionOnBufWrite or <s-f2> to assign an action such as compile to -js -neko -cpp -php The fastest way to do so is just type "hxml" or "cpp" or "neko" or "php" and the list will be filtered. If you select the hxml target you can choose a custom target. c-tags will be generated for you automatically - and tags are added to &tags depending on target which is the reason that --next will never be supported. When using "hxml" you have to choose the .hxml file completion depends on (tab completion supported). The other default targets write a tmp.hxml temporary file. Use snipmate and snippets/haxe_hxml.snippets snippets to write .hxml files faster. Additional notes: This VimL lib also contains a very basic .hx file parser. At the beginning I based some of the completions on it. But it was too slow. Using tagfiles and HaXe only now. Its still used to get the package name. ----------------------------------------------------------------------- related work: * vaxe: (requires python, was written for the sake of writing something new) https://github.com/jdonaldson/vaxe https://groups.google.com/forum/#!searchin/haxelang/vim/haxelang/xJm78HCwc0Y/7kX1JCBD18oJ collaborative work is going on. See thread "Vihxen: Vim + Haxe" Vihxen is the initial name and was renamed to vaxe.
About
vim runtime directory providing support for the haxe compiler - be more productive
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
You can’t perform that action at this time.