cmvr_head/packages/erpc-1.14.0/utilities/styles/VSC/README.md
2025-12-30 15:44:41 +08:00

1.0 KiB

erpc-code-style README

This exension formats code for eRPC related files. More about eRPC project is described on webpage: github.com/EmbeddedRPC/erpc

This extension was created thankfully this page and author of post: gcthesoftwareengineer.com/2017/01/how-to-create-custom-syntax-highlighting-in-a-visual-studio-code-extension/

Features

This extension format erpc idl files and cpptemplate related files.

eRPC IDL example: eRPC IDL example

template example: cpptemplate example

Requirements

--

Extension Settings

--

Known Issues

--

Release Notes

--

1.1.0

Minor fixes

  • Added missing keywords
  • Improved comments detection
  • Improved annotations detection
  • Added union support
  • Improved parsing types
  • Improved parsing functions

1.0.0

Initial release

  • Covering most of usecases. Still some need be covered.