Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# tscircuit docs - Development Guidelines

- Use `bun` not `node`/`npx`/`npm`

## Commands

- **Start development server**: `bun run start`
Expand Down
6 changes: 6 additions & 0 deletions docs/elements/symbol.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,9 @@ Within a `<symbol />`, you can use the following primitive components to draw yo
- [`<schematicline />`](./schematicline.mdx) - Draw straight lines
- [`<schematicpath />`](./schematicpath.mdx) - Draw connected path segments
- [`<schematicarc />`](./schematicarc.mdx) - Draw circular arcs

## Viewing Symbol Ports

To visualize the port positions on your schematic symbols, go to **View > Schematic > Show Schematic Ports** in the editor:

![Show schematic ports option in the View menu](/img/show-schematic-ports.gif)
Binary file added static/img/show-schematic-ports.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.