Intellisense
-
I'm using IAR Embedded Workbench to write code for ARM devices. but i have a big problem: it doesn't has Intellisense:( so i was thinking about making a simple intellisense plugin for it. but I don't have any idea of how to do this and I don't even know where to ask this question! can any one help me with this? is it really hard to make an intellisense plugin for an IDE? i googled it but didn't find any useful resource.
-
I'm using IAR Embedded Workbench to write code for ARM devices. but i have a big problem: it doesn't has Intellisense:( so i was thinking about making a simple intellisense plugin for it. but I don't have any idea of how to do this and I don't even know where to ask this question! can any one help me with this? is it really hard to make an intellisense plugin for an IDE? i googled it but didn't find any useful resource.
First, this doesn't really have anything to do with the Windows API. I'd suggest the specific forum for your language of choice. Second, the things you are going to have to research will be Auto Complete (sp?) (Intellisense is a MS product name, I believe). And third, I hope your IDE has a plugin framework, otherwise this is going to be a pain....
-
First, this doesn't really have anything to do with the Windows API. I'd suggest the specific forum for your language of choice. Second, the things you are going to have to research will be Auto Complete (sp?) (Intellisense is a MS product name, I believe). And third, I hope your IDE has a plugin framework, otherwise this is going to be a pain....
-
yes i mean Auto Complete. as I've realized, this is not easy at all. the only way i have is to do my coding in another editor, and this is a pain too. thank you anyway.
I have used IAR for many years, and using it was a pain, its editor isn't very good IMO. I quickly decided to use my regular editor and invoke the compilers and linker through their command line interface. I can't recall IAR having any kind of extensibility, and if so, there's nothing you can do about it. :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.
-
I have used IAR for many years, and using it was a pain, its editor isn't very good IMO. I quickly decided to use my regular editor and invoke the compilers and linker through their command line interface. I can't recall IAR having any kind of extensibility, and if so, there's nothing you can do about it. :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.