#Lazy Arma Dev - VS Code Extension

1 messages · Page 1 of 1 (latest)

gleaming tide
#

A small VS Code extension aimed to make Arma 3 mod development just a bit easier.

Brief Overview

Context Actions

There are two context actions added to files.

  1. "Copy QPATHTOF Path"
  • This copies the relative path to a file wrapped in a QPATHTOF() macro, for those using CBA macros.
  • Only available to files within an addons folder
  1. "Generate XEH_PREP.hpp"
  • Generates a file called XEH_PREP.hpp to compile all functions within a folder using CBA's PREP macro.
  • Only available on folders named functions
  • File names that do not contain an underscore and end with .sqf are skipped (e.g. fn_doSomething.sqf)

Snippets

There are a number of helpful snippets included, such as ACE and CBA function header templates; CfgPatches classes for (sub)addons; more upon request.

Links

GitHub - https://github.com/DartsArmaMods/LazyArmaDev
VS Marketplace - https://marketplace.visualstudio.com/items?itemName=DartRuffian.LazyArmaDev

gleaming tide
#

LazyArmaDev v1.0.5

Full Changelog: https://github.com/DartsArmaMods/LazyArmaDev/compare/v1.0.4...v1.0.5

GitHub

A VS Code extenstion aimed at making Arma development just a bit easier. - Comparing v1.0.4...v1.0.5 · DartsArmaMods/LazyArmaDev

gleaming tide
#

LazyArmaDev v1.0.6

Full Changelog: https://github.com/DartsArmaMods/LazyArmaDev/compare/v1.0.5...v1.0.6

GitHub

A VS Code extenstion aimed at making Arma development just a bit easier. - Comparing v1.0.5...v1.0.6 · DartsArmaMods/LazyArmaDev

gleaming tide
#

LazyArmaDev v1.0.7

Full Changelog: https://github.com/DartsArmaMods/LazyArmaDev/compare/v1.0.6...v1.0.7

GitHub

A VS Code extenstion aimed at making Arma development just a bit easier. - Comparing v1.0.6...v1.0.7 · DartsArmaMods/LazyArmaDev

gleaming tide
#

LazyArmaDev v1.0.8

Full Changelog: https://github.com/DartsArmaMods/LazyArmaDev/compare/v1.0.7...v1.0.8

LazyArmaDev v1.0.9

Full Changelog: https://github.com/DartsArmaMods/LazyArmaDev/compare/v1.0.8...v1.0.9

GitHub

A VS Code extenstion aimed at making Arma development just a bit easier. - Comparing v1.0.7...v1.0.8 · DartsArmaMods/LazyArmaDev

GitHub

A VS Code extenstion aimed at making Arma development just a bit easier. - Comparing v1.0.8...v1.0.9 · DartsArmaMods/LazyArmaDev

#

Missed a release, so here's the latest update and the previous

gleaming tide
#

LazyArmaDev v1.0.10

Full Changelog: https://github.com/DartsArmaMods/LazyArmaDev/compare/v1.0.9...v1.0.10

GitHub

A VS Code extenstion aimed at making Arma development just a bit easier. - Comparing v1.0.9...v1.0.10 · DartsArmaMods/LazyArmaDev

gleaming tide