asm-dude icon indicating copy to clipboard operation
asm-dude copied to clipboard

Feature Request: include path support

Open everything411 opened this issue 4 years ago • 2 comments

Asmdude can only handle include with relative path from the current file path now. It will be better if asmdude can config a "include path" for .inc files from outside of the project. For example, add masm32 sdk include path C:\masm32\include to include path, and asm-dude can find the .inc files in C:\masm32\include and parse them.

or if it is possible to just read the MASM's include paths values from the project settings? 1

sorry for my poor english..

asm-dude is very helpful, thanks for your works!

everything411 avatar May 05 '21 07:05 everything411

https://github.com/HeartyYF/asm-dude/tree/vxix2022-B

You can check this fork for the feature. I don't know if it works fine, because I'm new to VS plugins. You need to add MASM include path to VC include path, because I don't figure out how to get the value of MASM properties.

HeartyYF avatar Sep 12 '22 14:09 HeartyYF

This is important feature. I'm using Irvine32 library and AsmDude does not recognize its calls.

Wakeelfahmed avatar Nov 08 '22 19:11 Wakeelfahmed