Code Snippets Collection
A set of reusable code templates for web development.
Features
- Database connection helpers
- Form and filter components
- Pagination elements
- Session message handlers
- Layout structures
- Status badges and indicators
- Authentication patterns
Usage
Type the snippet prefix in a PHP or HTML file and press Tab.
Available Snippets
| Prefix |
Description |
conn |
PDO database connection |
query |
Prepared select query |
insert |
Insert query |
update |
Update query |
delete |
Delete query |
session |
Session start check |
alert |
Bootstrap alert |
nav |
Navigation bar |
footer |
Page footer |
form |
Centered form |
input |
Input with label |
select |
Select dropdown |
table |
Responsive table |
badge |
Status badge |
pagi |
Pagination links |
search |
Search form |
login |
Login handler |
register |
Registration handler |
logout |
Logout action |
flash |
Flash message |
foreach |
Loop syntax |
if |
Condition syntax |
Requirements
VS Code 1.80.0 or higher
License
MITXXX
| |