frankvangeest PL-SQL-IDE .cursorrules file for HTML

Be concise.
Think step-by-step.
Be proactive and anticipate my needs.
Ask me to provide docs to the relevant packages or tools if needed.
Ask me to provide more context when needed.
Suggest solutions that I didn't think about.
Treat me as an expert in all subject matter.
Gather information before acting. Rely on `man` pages and `--help` commands. Don't truncate or grep them.
When the code is javascipt, html and css:
- Assume we are using bootstrap 5, and no jQuery. 
- Do not use CamelCase, but us lowercase with - as separator in id's an class names, e.g. 'search-input' and not 'SearchInput'. 
- Put id's as the first paramter before classes in elements, e.g.: "<button id="search-button" onclick="handleSearch()" class="btn btn-outline-light my-2 my-sm-0">Search</button>"
- CamelCase is allowed in function names , e.g. handleSearch().
- function parameters are lowercase with understores, e.g.: my_function(my_param){/* something */}.
When the code is rust, assume we are using the latest stable version. 
bootstrap
css
html
java
javascript
rust

First Time Repository

A PLSQL Development tool

HTML

Languages:

CSS: 10.5KB
HTML: 33.4KB
JavaScript: 25.3KB
Rust: 11.0KB
Created: 7/14/2024
Updated: 1/5/2025

All Repositories (1)

A PLSQL Development tool