Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IntelliSense, Syntax Highlighting, Linting #16

Merged
merged 3 commits into from
May 24, 2023
Merged

Conversation

judtinzhang
Copy link
Member

@judtinzhang judtinzhang commented May 24, 2023

  • Added Clangd to project (Intellisense and syntax highlighting)
  • Added Compile Commands to ensure Clangd works
  • NOTE: If compile commands takes too long or drains battery, then change the make all to only run the server, and create a new command make refresh to update compile commands when a file is added/deleted
  • Added linter for Bazel C++ projects

Directions for using the software is in the README.md

This was linked to issues May 24, 2023
@judtinzhang judtinzhang merged commit 42a146c into master May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Linter Add Syntax Highlighter and Intellisense
1 participant